C Language MCQ - English
What is the size of an int data type?
Home | Discussion ForumFree Online Test
What is the size of an int data type?
4 Bytes
8 Bytes
Depends on the system/compiler
Cannot be determined
Answer : C
Sponsored Ad
Feel free to find and hire your online essay writer to help you with papers. AdvancedWriters will not let you down.
Free Online Test
View More Related Question
1) Which of the following is not a derived data type in c?
2) Sort int in C language is?
Basic Datatype of C
Qualifier
All of the mentioned
short is the qualifier and int is the basic datatype
View Answer
3) What is Enum datatype syntax?
Enum[data type]{const1, const2, const3....}
Enum{const1, const2,....}
Enum[int datatype]
None
View Answer
4) 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
5) Range of unsigned int is?