What is the range of values that can be represented by a signed int data type in C?

What is the range of values that can be represented by a signed int data type in C?
A . -32768 to 32767
B . -256 to 255
C . -128 to 127
D . -2147483648 to 2147483647

Answer: D

Explanation:

The range of values for a signed int data type in C is typically -2147483648 to 2147483647.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments