πŸ“Š C++
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;};
πŸ’¬ Discuss
βœ… Correct Answer: (D) struct myStruct {int x;};

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
251
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
90%
Success Rate