Q164
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
AnswerB.
hello is a structure
C.
hello is a variable of type enum good
D.
the statement shown above is erroneous
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board