Computer Science, asked by nikhilorai, 2 months ago

numeric varialble can hold only numbers true or false

Answers

Answered by keziah54
1

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