Vidyalelo
C++ Programming · Q33

Structures and Unions in C++

Programming · C++ Programming · question 33

Q33

What will happen when the structure is declared?

A.
it will not allocate any memory
Answer
B.
it will allocate the memory
C.
it will be declared and initialized
D.
it will be declared

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board