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
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
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