download Mastguru Android App

Question Detail

\r is used for

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

1. Reference is like a

  • Pointer
  • Structure
  • Array
  • None of above

2. Meaning of STL

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

3. Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0

4. Can we overload constructors in C++

  • Yes
  • No

5. How we mark the end of c++ statement

  • ;
  • :
  • >>
  • <<
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment