22.1k views
5 votes
What does ' array ' mean in the context of graphics programming ?

User Vemonus
by
5.4k points

1 Answer

2 votes

Answer:

An array is a data structure that contains a group of elements. Typically these elements are all of the same data type, such as an integer or string. Arrays are commonly used in computer programs to organize data so that a related set of values can be easily sorted or searched.

User Nwellnhof
by
5.5k points