Computer Science, asked by shreyaverma52, 1 month ago

_________data type store only numeric data​

Answers

Answered by mspperumal1974tmm
1

Answer:

Numeric Data

Explanation:

numeric data stores only numbers

Answered by cuteanu07
1

Answer:

Explanation:

The int data type has been used in many of the programs you have seen so far. Although you might not have known it, this data type cannot store just any number. Rather, it can store any signed whole number that can be represented in 4 bytes or 32 bits—any number between –2,147,483,648 and 2,147,483,647

Similar questions