Page 1 of 1

Comment on the output of the following C code. Check this: Advanced C Programming Videos | BCA MCQs advertisement

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) No Compile time error, generates an array of structure of size 3
b) No Compile time error, generates an array of structure of size 9
c) Compile time error, illegal declaration of a multidimensional array
d) Compile time error, illegal assignment to members of structure