GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
40. | 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) | |