CodeClerks

Discussions about Function

Showing page: 1 of 1

Wecan read and display a line of text more efficiently using and line-oriented input function getline(). The getline() function reads a whole lineof text that ends with a newline character (transmitted by the RETURN key...

  • NomanProdhan
    NomanProdhan Level 1
  • 0 7 years ago

    By default, the floating numbers are printed with six digits after the decimal point. However, we can specify the number of digits to be displayed after the decimal point while printing the floating point numbers. This c...

  • NomanProdhan
    NomanProdhan Level 1
  • 0 7 years ago

    Overloading refers to the use of the same thing for different purposes. C++ also permits overloading of functions. This means that we can use the same function name to create functions that perform a variety of different...

  • NomanProdhan
    NomanProdhan Level 1
  • 0 7 years ago