Computer Science, asked by NusratNadeem, 11 months ago

String data is converted to float by using............function​

Answers

Answered by Monish03
2

Answer:

Syntax:float.parseFloat(String);

Eg:n=float.parseFloat(s)

Answered by shanuyadav084
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