Saved Bookmarks
| 1. |
What is the name of built-in function for finding square roots?(A) square(x)(B) sqr(x)(C) sqrt(x)(D) No built-in function |
|
Answer» Correct option - (C) sqrt(x) Explanation:- sqrt(x) is a built-in function for finding square roots. |
|