(a) struct {int a;}
(b) struct a_struct {int a;}
(c) struct a_struct int a;
(d) struct a_struct {int a;}
The answer is (d) struct a_struct {int a;}
(a) struct {int a;}
(b) struct a_struct {int a;}
(c) struct a_struct int a;
(d) struct a_struct {int a;}
The answer is (d) struct a_struct {int a;}