C Language MCQ - English
What is the size of an int data type?
Home | Discussion ForumWhat is the size of an int data type?
4 Bytes
8 Bytes
Depends on the system/compiler
Cannot be determined
Answer : C
Free Online Test
View More Related Question
1) 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
2) Integral data type is _________?
3) For 16-bit compiler allowable range for integer constants is ________?
4) Which is correct with respect to size of the datatypes?
5) The Format Identifier %u is used for?