Vidyalelo
Computer Science · Q291

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 291

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)
Answer
E.
sqrt(5, 3)

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board