Home / Report Question

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;};