

MCQOPTIONS
Saved Bookmarks
1. |
Comment on the output of the following C code.
|
A. | No Compile time error, generates an array of structure of size 9 |
B. | Compile time error, illegal declaration of a multidimensional array |
C. | Compile time error, illegal assignment to members of structure |
D. | No Compile time error, generates an array of structure of size 3 |
E. | None of these |
Answer» E. None of these | |