download Mastguru Android App

Question Detail

Declaring pointer more than one can cause

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

1. What is the meaning of base class in C++

  • Another class got inherit from this class
  • It inherit other class
  • It has a pointer variable
  • It is the first class declared

2. Can we overload constructors in C++

  • Yes
  • No

3. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==

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

  • this
  • friend
  • static
  • none of above

5. Which type of variables can be referred from anywhere in the c++ code

  • All variables
  • Local variables
  • Universal variables
  • Global variables
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment