MCQOPTIONS
Saved Bookmarks
| 1. |
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) |
| Answer» E. | |