atof(To convert a string into a floating-point number)
Related Functions atoi,atoll,strtod,strtol,strtoul
Header Files #include <stdlib.h>
Defined Functions double atof(const char * nptr);
Function Description atof()It will scan parameters nptr character[……]