C program to find Square Root

In this post, I am going to write a very simple C program to find Square Root. I am using the Newton Raphson method to find the square root of a number.

Sample output of this program:

Leave a Reply

Scroll to Top