A Admin • 833K Points Coach Q. What is the correct way to define a structure? (A) structure person { int age; }; (B) struct { int age; } person; (C) struct person { int age; }; (D) define struct { int age; }; Correct Answer - Option(C) Views: 24 Filed under category C Programming Hashtags: Share Manage Tags
Discusssion
Login to discuss.