Q291
Which of the following C++ expressions is equivalent to the mathematical expression 53?
A.
5 ^ 3
B.
cube(5)
C.
pow(3, 5)
D.
pow(5, 3)
AnswerE.
sqrt(5, 3)
Answer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board