GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
20. | Which of the following C++ expressions will find the square root of the number 16? | |
A. | pow (16, 2) (b) root (16, 2) | |
B. | sqroot (16) | |
C. | sqrt (16, 2) | |
D. | sqrt (16) | |