Vidyalelo
C++ Programming · Q30

Variables and Data Types in C++

Programming · C++ Programming · question 30

Q30

What is the range of values for a 'signed char' data type in C++?

A.
-128 to 127
Answer
B.
0 to 255
C.
-32768 to 32767
D.
-2147483648 to 2147483647

Answer: Option A

Solution

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