Which of the following is a user-defined data type in c language? (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
Home/data types in c with examples