Consider this statement: typedef enum good {a, b, c} hello;
Posted: Wed Jul 13, 2022 7:55 pm
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
b) hello is a structure
c) hello is a variable of type enum good
d) the statement shown above is erroneous