Opentopia Directory Encyclopedia Tools

Atoi

Encyclopedia : A : AT : ATO : Atoi




The correct title of this } is }}}. The initial letter is capitalized due to [Naming conventions #Lower case first lettertechnical restrictions].
The atoi function in the C programming language is used to convert a string into a numerical representation.

int atoi (const char *string)
Where string is the string, represented by an array of characters. When atoi encounters a string with no numerical sequences, it returns a '0' (zero). Also, if the string were to hold a '0' as character, it would also return a '0', making it impossible to tell the difference between the two.

See also

 


From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.



Search Titles
0123456789
ABCDEFGHIJ
KLMNOPQRST
UVWXYZ?

E-mail this article to:

Personal Message: