Correct Answer: struct a_struct {int a;};
Explanation:
The a_struct is declared as structure name and its data element is a.