Answer
Remember that the function is not allocating space to store the array--it is just receiving the address of the actual array. The purpose of the second parameter is to tell the function how many elements the array contains.
Return to lesson.