C Language MCQ - English
Which is correct with respect to size of the datatypes?
Home | Discussion ForumFree Online Test
Which 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) 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
2) Character literals in C syntax are?
3) Which data type is most suitable for storing a number 65000 in a 32-bit system?
4) Which of the following is not a correct variable type?
5) Which of the following is not a derived data type in c?