download Mastguru Android App

Question Detail

Enumerators are stored by the compiler in ?

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

1. Enumerators are stored by the compiler in ?

  • string
  • integer
  • float
  • any of above

2. Stacks are based on ?

  • FIFO
  • LIFO
  • FILO
  • All of above

3. Can we define array of classes in c++ ?

  • Yes
  • No

4. Which is more memory efficient ?

  • structure
  • union
  • both use same memory
  • depends on a programmer

5. A Variable __ of void type.

  • May be declared
  • Can be initialized
  • Cannot be intialized
  • Cannot be declared
Read more from - C++ Programming Questions Answers - Set 2
Post a comment