Which of the following is a properly defined structure?

Correct Answer: struct a_struct {int a;};

Explanation:

The a_struct is declared as structure name and its data element is a.


Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion