Declaration of an Array

Home > Computer Science > Programming Languages > Arrays > Declaration of an Array

To use an array, you must declare it. The declaration specifies the type of data that the array will hold, as well as its size.