in C Plus Plus by
Which of the following is a User-defined data type?

a. struct {char name[10], int age};
b. all of the mentioned
c. typedef enum {Mon, Tue, Wed, Thu, Fri} Workdays;
d. typedef int Boolean;
...