1.

A function that is prototype as int calculate(int num); may

A. receive an integer variable named num from the main() program
B. receive any integer variable from the main() program
C. either (a) or (b)
D. neither (a) nor (b)
Answer» D. neither (a) nor (b)


Discussion

No Comment Found