C Program to find the Square Root of a number
This is the C program to find the square root of a number using predefined function,use -lm (linking math) for compiling eg: cc prog.c -lm
This is the C program to find the square root of a number using predefined function,use -lm (linking math) for compiling eg: cc prog.c -lm
Recent Comments