Zack ScanlonNov 16, 20201 min readArraysArray: 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.
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