Site Links
Question #1
Once an array is declared, elements must be accessed individually to change their values.
Question #2
You cannot initialize arrays with values when they are declared.
Question #3
Each variable in the array is called an element.
Question #4
If an array is declared with five elements, the elements are indexed from one to five.
Question #5
C++ allows you to declare arrays of structures and classes.