Vidyalelo
C++ Programming · Q12

Variables and Data Types in C++

Programming · C++ Programming · question 12

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board