Home / Programming MCQs / C Programming MCQs / Question

M

Manisha Agrawal • 9.32K Points
Tutor III

Q. What is the range of values that can be stored by int datatype in C?

(A) -(2^31) to (2^31) - 1
(B) -256 to 255
(C) -(2^63) to (2^63) - 1
(D) 0 to (2^31) - 1

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.