C Language MCQ - English
What is short int in C programming?
Home | Discussion ForumWhat is short int in C programming?
Basic datatype of C
Qualifier
short is the qualifier and int is the basic datatype
All of the mentioned
Answer : C
Free Online Test
View More Related Question
1) Character literals in C syntax are?
2) What is the output of this C code?#include
int main()
{
signed char chr;
chr = 128;
printf(
3) Which is correct with respect to size of the datatypes?
4) Which data type is most suitable for storing a number 65000 in a 32-bit system?
5) What is the size of an int data type?