+1 vote
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;

Related questions

+1 vote
asked Jun 13, 2019 in C Plus Plus by Derya
+1 vote
asked Jun 13, 2019 in C Plus Plus by Derya
...