Multiple Choice
In C++, a value can be raised to a power by using
A) the ^ operator.
B) the exp operator.
C) the power operator.
D) the pow function.
E) the square function.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: When a C++ expression is evaluated, binary
Q11: What does the following C++ expression evaluate
Q12: The following C++ statement will assign 1.5
Q13: Which of the following will allow an
Q14: In C++, the 5 basic arithmetic operators
Q16: The following pair of C++ statements is
Q17: The cin object can be used to
Q18: To use the sqrt() function, or other
Q19: If the value of dollars is 5.0,
Q20: Which of the following statements will assign