String data is converted to float by using............function
Answers
Answered by
2
Answer:
Syntax:float.parseFloat(String);
Eg:n=float.parseFloat(s)
Answered by
0
Answer:
Explanation:The atof() function converts a character string to a double-precision floating-point value. ... For the atof() function, digits is one or more decimal digits; if no digits appear before the decimal point, at least one digit must appear after the decimal point.
Similar questions