download Mastguru Android App

Question Detail

When a structure refers to itself, it is known as ?

  • encapsulated structure
  • nested structure
  • recursive structure
  • self-referential structure
Similar Questions :

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

  • Yes
  • No

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

  • True
  • False

3. An explicitly defined destructor function

  • may be virtual
  • may not be virtual
  • will always be virtual
  • will never be virtual

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

  • free
  • void
  • empty
  • null

5. How we can access data members using objects ?

  • object@datamember
  • object*datamember
  • object->datamember
  • object.datamember
Read more from - C++ Programming Questions Answers - Set 2
Post a comment