Page 1 of 1

Consider this statement: typedef enum good {a, b, c} hello;

Posted: Wed Jul 13, 2022 7:55 pm
by answerhappygod
a) hello is a typedef of enum good
b) hello is a structure
c) hello is a variable of type enum good
d) the statement shown above is erroneous