MCQOPTIONS
Saved Bookmarks
| 1. |
A function that is prototyped as double calculate(int num); may______ |
| A. | receive an integer constant such as 5 |
| B. | receive an integer variable |
| C. | either (a) or (b) |
| D. | neither (a) nor (b) |
| Answer» D. neither (a) nor (b) | |