Q. What is the range of values that can be stored by int datatype in C?
β
Correct Answer: (A)
-(2^31) to (2^31) - 1
You must be Logged in to update hint/solution