What is the range o…
 
Notifications
Clear all

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

1 Posts
2 Users
0 Likes
1,088 Views
0
Topic starter

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

1 Answer
0

The INTEGER data type stores whole numbers that range from -2,147,483,647 to 2,147,483,647 for 9 or 10 digits of precision.

Share: