Solved

Given the Following Function Prototype: ​

Question 41

Multiple Choice

Given the following function prototype: ​
Int test(float, char) ;

Which of the following statements is valid?


A) cout << test(12, &) ;
B) cout << test("12.0", '&') ;
C) int u = test(5.0, '*') ;
D) cout << test('12', '&') ;

Correct Answer:

verifed

Verified

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

Related Questions