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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) -(2^31) to (2^31) - 1