download Mastguru Android App

Question Detail

Enumerator will allocate the memory when its variables are defined.

  • True
  • False
Similar Questions :

1. C++ is a ?

  • Procedural programming language
  • Structural programming language
  • Low level language
  • Object oriented programming language

2. A class having no public constructors is

  • A public protected class
  • A public class
  • A protected class
  • A private class

3. Constructors has return type void ?

  • True
  • False

4. Data members and member functions are enclosed within ?

  • union
  • structure
  • class
  • array

5. Enumerators are stored by the compiler in ?

  • string
  • integer
  • float
  • any of above
Read more from - C++ Programming Questions Answers - Set 2
Post a comment