Solved

Given the Following Function Prototype: ​

Question 14

Multiple Choice

Given the following function prototype: ​
Int myFunc(int, int) ;

Which of the following statements is valid? Assume that all variables are properly declared.


A) cin >> myFunc(y) ;
B) cout << myFunc(myFunc(7, 8) , 15) ;
C) cin >> myFunc('2', '3') ;
D) cout << myFunc(myFunc(7) , 15) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions