C Language MCQ - English
Which is correct with respect to size of the datatypes?
Home | Discussion ForumWhich is correct with respect to size of the datatypes?
char > int > float
int > char > float
char < int < double
double > char > int
Answer : C
Free Online Test
View More Related Question
1) Data type qualifiers can be classified into?
2) Character literals in C syntax are?
3) What is Enum datatype syntax?
Enum[data type]{const1, const2, const3....}
Enum{const1, const2,....}
Enum[int datatype]
None
View Answer
4) By default a real number is treated as a
5) Which of the following is not a correct variable type?