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. Can #define accept parameters

  • Yes
  • No

2. Inline functions are invoked at

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

3. What is inheritance

  • Inheritance allows one class to reuse the state and behavior of another class.
  • It deals with dangling pointers
  • It deals with void pointers
  • It is type of class declaration

4. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8

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

  • ;
  • :
  • >>
  • <<
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment