Home » C++ Programming » Data Structures » Question
  1. What will happen when the structure is declared?
    1. it will allocate the memory
    2. it will be declared and initialized
    3. it will not allocate any memory
    4. All of above
    5. None of these
Correct Option: C

While the structure is declared, it will not be initialized, So it will not allocate any memory.



Your comments will be displayed only after manual approval.