MCQOPTIONS
Saved Bookmarks
| 1. |
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» B. hello is a structure | |