Vidyalelo
Computer Science · Q414

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 414

Q414

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)
Answer
D.
neither (a) nor (b)

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board