Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 6 (Q.No. 47)
47.
Which of the following C++ expressions is equivalent to the mathematical expression 53 ?
5 ^ 3
cube(5)
pow (3, 5)
pow(5, 3)
sqrt (5, 3)
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.