Solved

Given the Following Function Prototype:​ Int MyFunc(int, Int);

Question 10

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