download Mastguru Android App

Question Detail

\r is used for

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

1. Declaring pointer more than one can cause

  • Trap
  • abort a program
  • error
  • none of above

2. Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&

3. Which among following has invalid syntax ?

  • #include
  • #include file
  • #include "file"
  • None of above

4. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments

  • True
  • False

5. \r is used for

  • carriage return
  • new line
  • end of the line
  • vertical tab
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment