Question

To pass an array to a function, specify
a) the name of the array without any brackets.
b) the name of the array preceded by an empty pair of brackets.
c) the name of the array followed by a pair of brackets including the size of the array.
d) the name of the array followed by a pair of brackets including a number one less than the size of the array.

Answer

This answer is hidden. It contains 3 characters.