Saved Bookmarks
| 1. |
A data type that has a lesser value than the whole number. |
Answer» Range means the maximum and minimum value that can be stored INSIDE the variable of a given TYPE. For example if you have unsigned char and if we assume that the size of the datatype is 8 BITS then you can store values ranging from 0 - 2^8-1 i.e. 0-255 inside it. |
|