Logo

6. What is the correct syntax to declare a structure in C? A) struct { } B) define struct { } C) struct [ ] D) struct <name> { }

Class 12 Computer Science · 2081 · Solved Question with Answer

6. What is the correct syntax to declare a structure in C?

A) struct { }   B) define struct { } 

C) struct [ ]  D) struct <name> { }

Solution

Please login to view the answer.