Which of the following is a properly defined structure?
Posted: Wed Jul 13, 2022 7:51 pm
a) struct {int a;}
b) struct a_struct {int a;}
c) struct a_struct int a;
d) struct a_struct {int a;};
b) struct a_struct {int a;}
c) struct a_struct int a;
d) struct a_struct {int a;};