Question Detail

Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator
Similar Questions :

1. Declaring pointer more than one can cause

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

2. what is a class in c++

  • Class in a collection of objects
  • Class has noting to do with object
  • It just have declaration of few variables
  • None of above

3. expression x.y represents as

  • member x of object y
  • member y of object x
  • member y of object pointed by x
  • all of above

4. Can #define accept parameters

  • Yes
  • No

5. Can we overload constructors in C++

  • Yes
  • No
Read more from - C++ Programming Questions Answers - Chapter 1