Question Detail

Dereference operator is also called as

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

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

  • True
  • False

2. Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&

3. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8

4. Can we overload constructors in C++

  • Yes
  • No

5. Reference is like a

  • Pointer
  • Structure
  • Array
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1