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) Is there any difference between following declarations?
Both are identical
No difference, except extern int fun(); is probably in another file
int fun(); is overrided with extern int fun();
None of these
View Answer
2) Which of the following is not a derived data type in c?
3) What is the size of an int data type?
4) Integral data type is _________?
5) Size of an int data type is ________ ?