C Language MCQ - English
Which of the following is a User-defined data type?
Home | Discussion ForumWhich of the following is a User-defined data type?
typedef int Boolean;
typedef enum {Mon, Tue, Wed, Thu, Fri} Workdays;
struct {char name[10], int age};
all of the mentioned
Answer : D
Free Online Test
View More Related Question
1) Range of unsigned int is?
2) Which of the following is a User-defined data type?
typedef int Boolean;
typedef enum {Mon, Tue, Wed, Thu, Fri} Workdays;
struct {char name[10], int age};
all of the mentioned
View Answer
3) Data type qualifiers can be classified into?
4) Size of an int data type is ________ ?
5) The Format Identifier %u is used for?