answersLogoWhite

0


Best Answer

in C: atof, strtod, sscanf

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which function converts string into float?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a Str function in VB?

Str converts a number to a string.


Will string float or sink in water?

Nope Most string should float on top of water becomes the string material is less dense than he water.


Geta is a math function or string function?

GetA is a math function and not a string function.


Which is string function starchy or strlength?

The string function is strlength and it is evoked to return the length of a string.


What are 4 string handling function?

strlen(s1) to find the length of the string s1 strcpy(s1,s2) copy source string to destination string(i.e copies s2 to s1,s2 remain unchanged) strcmp(s1,s2) compares s1 and s2 and prints 0 if s1 and s2 are equal,-1 if s2 is greater, 1 if s1 is greater strcat(s1,s2) combines string s1 and s2 to a single word and stores it in s1 strupr() converts lower case string to upper case strlwr() converts upper case string to lower case


How do you reverse a string in PHP without using a function?

Without any function is impossible. So I'll assume you mean any coded function, in which case the predefined function below is your answer.$string = strrev($string);


How do you convert float into string in python program?

str(3.1415)


How do you declare a function to return long float?

long float myfun();


What function are used for string length in visual basic?

string length is a function use to check the lenght of a string i.e number of alphabets in a word or sentence.


How string can be passed to a function in c?

between parentheses: funname ("string")


Reverse of a string without using string handling function?

shashi


Which text function replaces text in a string?

The REPLACE function.