Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
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