Answer

The size of the array is not declared. Instead, the square brackets are left empty. All a function needs to know is that the parameter is an integer array; the size is immaterial.

Return to lesson.