Report Bug
Qus : What is short int in C programming?
QusC प्रोग्रामिंग में शॉर्ट इंट क्या है?

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


Solution
C. Short is the qualifier and int is the basic data type






Report Bug