Multiple Choice
What is short int in C programming?
A) The basic data type of C
B) Qualifier
C) Short is the qualifier and int is the basic data type
D) All of the mentioned
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: The format identifier '%i' is also used
Q8: What will be the final value of
Q9: Which of the following statement is false?<br>A)Constant
Q10: What is the scope of a function?<br>A)Whole
Q11: In expression i = g() + f(),
Q13: What is the precedence of arithmetic operators
Q14: Which among the following are the fundamental
Q15: What is the scope of an external
Q16: What is the result of logical or
Q17: Which of the following statement is false?<br>A)A