converting string to float without atof in c code example Example: convert string to float c char myString = "6.88"; float x = atof(myString); //x is now 6.88