download Mastguru Android App

Question Detail

Can we define array of classes in c++ ?

  • Yes
  • No
Similar Questions :

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

  • Copy constructor
  • Default constructor
  • Static constructor
  • Dynamic constructor

2. What among following is a generic class ?

  • Function Template
  • Class Template
  • Inherited Template
  • None of above

3. Enumerator will allocate the memory when its variables are defined.

  • True
  • False

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