A Admin • 802.91K Points Coach Report 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: 4 Filed under category C++ Hashtags: Share Manage Tags
Discusssion
Login to discuss.