

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is correct about err used in the declaration given below? typedef enum error { warning, test, exception } err; |
A. | It is a typedef for enum error. |
B. | It is a variable of type enum error. |
C. | The statement is erroneous. |
D. | It is a structure. |
Answer» B. It is a variable of type enum error. | |