Question Detail

\r is used for

  • carriage return
  • new line
  • end of the line
  • vertical tab
Similar Questions :

1. Which is not C++ storage class

  • auto
  • register
  • static
  • iostream

2. Which is not a correct variable type

  • float
  • int
  • double
  • real

3. Meaning of STL

  • Standard Tree Library
  • Standard Term Library
  • Standard Template Library
  • None of above

4. cout is declared in the _____ standard file within the std namespace

  • outstream
  • stdin
  • iostream
  • None of above

5. Inline functions are invoked at

  • Run time
  • Compile time
  • Debug time
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1