Question:Which of the following is not derived data type in c?
A Function B Pointer C Enumeration D Array E All are derived data type
+ AnswerC
+ ExplanationEnum is primitive data type.
+ Report