Multiple Choice
The output of the statement: cout << pow(3.0, 2.0) + 5 << endl; is ____.
A) 11.0
B) 12.0
C) 13.0
D) 14.0
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: The output of the statement:cout << tolower('$')
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
Q20: Given the following function prototype: int test(float,
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