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].
int atoi (const char *string)
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.
