Q.

Which of the following is a User-defined data type?

A. typedef int Boolean;
B. typedef enum {Mon, Tue, Wed, Thu, Fri} Workdays;
C. struct {char name[10], int age};
D. all of the mentioned
Answer» D. all of the mentioned
1.3k
0
Do you find this helpful?
15

View all MCQs in

C Language

Discussion

No comments yet