Computer Science, asked by hHarshit7336, 1 year ago

To get the square root of a number we use what in computer?

Answers

Answered by debabtsarmy
0

Answer:

in c++ u have to use pow(number whose root u want to find, 2) undr math.h headerfile

Explanation:

Similar questions