download Mastguru Android App

Question Detail

Which is more memory efficient ?

  • structure
  • union
  • both use same memory
  • depends on a programmer
Similar Questions :

1. Classes that can be used to instantiate objects are called concrete classes.

  • True
  • False

2. What is object in C++ ?

  • Object is part of syntax of a class.
  • Object is datatype of a class.
  • Object is an instance of a class.
  • Object is function of a class.

3. Which is more memory efficient ?

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

4. Which of the following keywords are used to control access to a class member ?

  • protected
  • switch
  • goto
  • for

5. 78. If new operator is used, then the constructor function is ?

  • Copy constructor
  • Default constructor
  • Static constructor
  • Dynamic constructor
Read more from - C++ Programming Questions Answers - Set 2
Post a comment