Computer Science, asked by bani12, 10 months ago

which data type stores numeric values​

Answers

Answered by palak5354
4

Explanation:

Integer type of data stores numeric values.

hope it helps you mate

Answered by udaykumar92
2

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

Similar questions