This book is dedicated to all the programming lovers who have passion to
experiment new programming methods.
The built-in function SQRT is used after including the header file
MATH.H in the program code. MATH.H is the built-in library header file
that contains all mathematical functions for mathematical processing of
data as per various requirements.
This book introduces the programming concept of finding the square root
of a number without using the SQRT built-in function.