The name of a function is AnalyzeData. It takes one argument – an array of ints with 20 values named Scores. It returns an int data type. Which of these protypes is correct?

A. void AnalyzeData(int Scores[], 20);
B. int AnalyzeData(int Scores[]);
C. int AnalyzeData(int total, int Scores);
D. int AnalyzeData(int[20]);

B

Computer Science & Information Technology

You might also like to view...

A proxy server acts as a go-between of a client computer's web browser and the web server

Indicate whether the statement is true or false

Computer Science & Information Technology

The default style used to display the date is ____.

A. 1/20/14 B. 1-20-2014 C. 20-Jan-14 D. January 20, 2014

Computer Science & Information Technology