Examveda

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: Option D


This Question Belongs to C Program >> C Fundamentals

Join The Discussion

Related Questions on C Fundamentals