download Mastguru Android App

Question Detail

Enumerator will allocate the memory when its variables are defined.

  • True
  • False
Similar Questions :

1. A variable is defined within a block in a body of a function. Which of the following are true ?

  • It is visible from the point of definition to the end of the program.
  • It is visible throughout the function.
  • It is visible from the point of definition to the end of the block.
  • It is visible throughout the block.

2. Size of a char is ?

  • 1
  • 2
  • 3
  • 4

3. Data members and member functions are enclosed within ?

  • union
  • structure
  • class
  • array

4. Which of following valid option will not return a value in c++ ?

  • free
  • void
  • empty
  • null

5. In C++ Functions can returns ?

  • arrays
  • reference
  • objects
  • all of above
Read more from - C++ Programming Questions Answers - Set 2
Post a comment