download Mastguru Android App

Question Detail

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
Similar Questions :

1. Which is not a correct variable type

  • float
  • int
  • double
  • real

2. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==

3. Which of the following type of class allows only one object of it to be created

  • Virtual class
  • Abstract class
  • Singleton class
  • Friend class

4. Which class has only one unique value for all the objects of class

  • this
  • friend
  • static
  • none of above

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