download Mastguru Android App

Question Detail

\r is used for

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

1. Inline functions are invoked at

  • Run time
  • Compile time
  • Debug time
  • None of above

2. How to define a destructor

  • X~() {}
  • X() {}~
  • X() ~{}
  • ~X() {}

3. Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&

4. Difference between static and dynamic memory allocation is

  • In static memory allocation memory to be allocated in preknown
  • In dynamic memory allocation memory to be allocated in preknown
  • There is no differnece
  • Not exact difference is mentioned

5. How we define our name for constants

  • #constant
  • #define
  • #define_constant
  • #constant_define
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment