Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What is the correct syntax for defining a struct in C?
struct { int x; float y; }
structure { int x; float y; }
struct myStruct { int x; float y; };
struct = { int x; float y; }
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!