to store only numeric data is which data type
Answers
Answered by
1
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.
Answered by
1
Answer:
your answer is int data type.
Similar questions