πŸ“Š C Programming
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
πŸ’¬ Discuss
βœ… Correct Answer: (A) -(2^31) to (2^31) - 1

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
341
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Manisha Agrawal
Publisher
πŸ“ˆ
88%
Success Rate