Examveda
Examveda

Consider this statement: typedef enum good {a, b, c} hello; Which of the following statements is incorrect about hello?

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

Answer: Option A


This Question Belongs to C Program >> C Fundamentals

Join The Discussion

Related Questions on C Fundamentals