Computer Science, asked by ss379888, 9 months ago

7. A number data type can store integer values.​

Answers

Answered by amitpratap71
0

Explanation:

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. The number 2,147,483,648 is a reserved value and cannot be used. The INTEGER value is stored as a signed binary integer and is typically used to store counts, quantities, and so on. It is true

Similar questions