C Language MCQ - English
Which data type is most suitable for storing a number 65000 in a 32-bit system?
Home | Discussion ForumWhich data type is most suitable for storing a number 65000 in a 32-bit system?
signed short
unsigned short
long
int
Answer : B
Free Online Test
View More Related Question
1) Which data type is most suitable for storing a number 65000 in a 32-bit system?
2) What is the size of an int data type?
3) Data type qualifiers can be classified into?
4) By default a real number is treated as a
5) What is Enum datatype syntax?
Enum[data type]{const1, const2, const3....}
Enum{const1, const2,....}
Enum[int datatype]
None
View Answer