
December 17th, 2012, 11:00 PM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 41,555
Time spent in forums: < 1 sec
Reputation Power: 47
|
|
|
Arrays and Pointers in C and C++
An ARRAY is composed of a series of elements of one data type, such as the number of points scored by a set of football teams, which might be described in mathematical notation as p1,p2,p3......, where the variable p represents `points` and the different subscripts 1,2,3... refer to the different teams. Thus p1 defines the number of points scored by team 1,etc.
Read the full article here: Arrays and Pointers in C and C++
|