Q. Which of the following is a User-defined data type? (Solved)
1. typedef int Boolean;
2. typedef enum {Mon, Tue, Wed, Thu, Fri} Workdays;
3. struct {char name[10], int age};
4. all of the mentioned
- d. all of the mentioned
1. typedef int Boolean;
2. typedef enum {Mon, Tue, Wed, Thu, Fri} Workdays;
3. struct {char name[10], int age};
4. all of the mentioned