Solved

Given the Following Function Prototype: Int Test(float,char);,which of the Following

Question 27

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