Consider the following function declaration:
void setValues( int values[ ]);
Note that there is no value inside the square brackets to specify the array size. Which of the following
statements is the best description of this situation?
A) This will cause a compiler error and will not run
B) This will compile, but will cause a run-time error
C) Having no number will allow writing past the end of the array, which would be disallowed if a number value were supplied.
D) Having no number is not a problem.

Q&A Platform for Education
Platform Explore for Education