Solved

Given the Following Function Prototype:​ Int Test(float, Char);

Question 20

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