A

Admin • 833.24K Points
Coach

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

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.