Saturday 16 May 2015

C : Implementation of atoi() function.

atoi() function converts string into integer. String should be pass to the atoi() as an argumant.
Prototype: int atoi(const char *arg);


No comments:

Post a Comment