Which of the following is correct about err used in the declaration given below?
- It is a typedef for enum error.
- It is a variable of type enum error.
- The statement is erroneous.
- It is a structure.
- None Of these
Correct answer 1)It is a typedef for enum error.
Explanation:
A typedef gives a new name to an existing data type.
To err is a new name for enum error.
0 comments:
Post a Comment