MCQ Practice

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)

Correct Answer: C