top of page

Arrays

Writer: Zack Scanlon
Zack Scanlon
Nov 16, 2020
1 min read

Array: a group of liked type variables that are referred to by a common name. and each data item is called an element of the array. data is stored in contiguous location (e.g. memory). Arrays are zero indexed.








Comments


bottom of page