Top 350+ Solved Data Structure and Algorithms (DSA) MCQ Questions Answer

From 241 to 255 of 305

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

  • c. inner structure must have name
Subscribe Now

Get All Updates & News