A Admin • 833K Points Coach Q. Which of the following is a correctly defined structure? (A) struct {int x;} (B) struct myStruct {int x;} (C) struct myStruct int x; (D) struct myStruct {int x;}; Correct Answer - Option(D) Views: 23 Filed under category C++ Hashtags: Share Manage Tags
Discusssion
Login to discuss.