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:

Verified
Correct Answer:
Verified
Related Questions
Q15: _ parameters are useful in three situations:•
Q16: The heading of the function is also
Q17: The _ of a function consists of
Q18: A variable or expression listed in a
Q19: The output of the statement: cout <<
Q21: If a function needs to return more
Q22: The following return statement returns the value
Q23: The statement: return 8, 10; returns the
Q24: Which of the following function prototypes is
Q25: A variable listed in a header is