Vidyalelo
C Programming · Q272

C Fundamentals

Programming · C Programming · question 272

Q272

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

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board