download Mastguru Android App

Question Detail

Enumerators are stored by the compiler in ?

  • string
  • integer
  • float
  • any of above
Similar Questions :

1. An explicitly defined destructor function

  • may be virtual
  • may not be virtual
  • will always be virtual
  • will never be virtual

2. The members of a class are ?

b) by default are private
c) are made private by declaring as private
d) none of the above]

  • have no visibility by default
  • public by default
  • private by default
  • protected by default

3. Constructors has return type void ?

  • True
  • False

4. Size of a char is ?

  • 1
  • 2
  • 3
  • 4

5. The private data members of a class are accessible ?

  • Directly to objects of that class
  • To any function defined outside a class
  • Only to the member functions
  • Only using keyword static
Read more from - C++ Programming Questions Answers - Set 2
Post a comment