Content deleted Content added
Tag: Reverted |
ClueBot NG (talk | contribs) m Reverting possible vandalism by 2409:4043:2E85:DF4D:8C57:5E1C:C227:FE31 to version by Citation bot. Report False Positive? Thanks, ClueBot NG. (3994193) (Bot) |
||
Line 6:
==Range of a variable==
The range of a variable is given as the set of possible values that that variable can hold. In the case of an integer, the variable definition is restricted to whole numbers only, and the range will cover every number within its range (including the maximum and minimum). For example, the range of a [[signedness|signed]] [[16-bit]] [[Integer (computer science)|integer]] variable is all the integers from −32,768 to +32,767.
==Range of an array==
|