Page 1 of 1

Which of the following is a properly defined structure?

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
a) struct {int a;}
b) struct a_struct {int a;}
c) struct a_struct int a;
d) struct a_struct {int a;};