How To Use Square Root Function In C Program
I am writing a program in C which need to calculate the square root of a given number. Is there any square root function available in C library. How to implement it ?








