Vidyalelo
C Programming · Q164

C Fundamentals

Programming · C Programming · question 164

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
Answer
B.
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