Which of the following is a properly defined structure?
struct {int a;}
struct a_struct {int a;}
struct a_struct int a;
struct a_struct {int a;};
This question is part of this quiz :