Range (computer programming)
This article
needs additional citations for
verification
.
Please help
improve this article
by
adding citations to reliable sources
. Unsourced material may be challenged and removed.
Find sources:
"Range" computer programming
–
news
·
newspapers
·
books
·
scholar
·
JSTOR
(
December 2006
)
(
Learn how and when to remove this message
)
In
computer science
, the term
range
may refer to one of three things:
The possible values that may be stored in a
variable
.
The upper and lower bounds of an
array
.
An alternative to
iterator
.