Question Detail

Declaring pointer more than one can cause

  • Trap
  • abort a program
  • error
  • none of above
Similar Questions :

1. Every class has atleast one construtor

  • True
  • False

2. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8

3. Meaning of STL

  • Standard Tree Library
  • Standard Term Library
  • Standard Template Library
  • None of above

4. How we define our name for constants

  • #constant
  • #define
  • #define_constant
  • #constant_define

5. Which of the following cannot be inherited from the base class

  • Constructor
  • Friend
  • Both A and B cannot be inherited
  • Both A and B can be inherited
Read more from - C++ Programming Questions Answers - Chapter 1