download Mastguru Android App

Question Detail

Reference is like a

  • Pointer
  • Structure
  • Array
  • None of above
Similar Questions :

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

  • ;
  • :
  • >>
  • <<

2. Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator

3. Inline functions are invoked at

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

4. If value has not type, then the pointer pointing to this value will be known as

  • Empty pointer
  • Null pointer
  • Void pointer
  • None of above

5. Stack unwinding deals with

  • deals with polymorphism
  • deals with inheritance
  • deals with exception handing
  • deals with classes
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment