Q12
What is the range of values for a 'short int' data type in C++?
A.
-2147483648 to 2147483647
B.
-128 to 127
C.
0 to 65535
D.
-32768 to 32767
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board