C Language MCQ - English
Data Type MCQ Questions and Answers
Home | C Language | Data TypeData Types MCQ Questions and Answers On C Programming: here learn c programming mcq with online test for data types, we provide basic questions as well as C Output Program on data types.
1) Which data type is most suitable for storing a number 65000 in a 32-bit system?
2) Which of the following is a User-defined data type?
Answer : D Discuss
3) What is the size of an int data type?
4) What is short int in C programming?
Answer : C Discuss
Free Online Test
5) Which is correct with respect to size of the datatypes?
6) Which of the datatypes have size that is variable?
7) By default a real number is treated as a
8) Is there any difference between following declarations?
Answer : B Discuss
9) For 16-bit compiler allowable range for integer constants is ________?
10) Which of the following is not a correct variable type?
Free Online Test