MCQOPTIONS
Saved Bookmarks
| 1. |
Consider a program that reads 500 integers in the range of [0, 100] that represents the score of 500 students. Frequency of each score above 50 is then printed. For the program to store the frequencies the best way is |
| A. | A dynamically allocated array of 550 numbers |
| B. | An array of 100 numbers |
| C. | An array of 500 numbers |
| D. | An array of 50 numbers |
| Answer» E. | |