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
You might also like to view...
Which of the following is NOT an example of worksheet documentation?
A) Descriptive drop-down documentation menus B) Descriptive worksheet names C) Descriptive cell labels D) Descriptive column titles
During a POST, the bootstrap program, also called the ____________________, checks basic operations of the attached hardware, including CPU, memory, and interfaces.
Fill in the blank(s) with the appropriate word(s).
Events do not occupy time slots on the Day view of the calendar, so they appear as ____ at the top of the calendar on the day they occur.
A. banners B. ribbons C. items D. appointments
What type of RAID is a combination of mirroring and striping?
A. RAID0 B. RAID1 C. RAID5 D. RAID10