Q.

What is error in following declaration?
struct outer{ int a;
struct inner{
char c;
};
};

A. nesting of structure is not allowed in c
B. it is necessary to initialize the member variable
C. inner structure must have name
D. outer structure must have name
Answer» C. inner structure must have name
998
0
Do you find this helpful?
2

Discussion

No comments yet

Related MCQs