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;}; ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) struct myStruct {int x;};