Programmers sink their teeth into arrays when they need to organise data such that a related set of values can be easily sorted and searched. An array is essentially a data structure that contains a group of elements. Usually, the elements in the array are of the same data type, such as integers, strings, characters, etc. Using arrays makes much more efficient use of memory than would have been the case if each value in the result had been assigned its own variable.



Reply With Quote
Copyright Techfuels
Bookmarks