atoi () function in c

  • The function atoi () in C

    The function atoi () in C

    the int atoi function (const char * str) in standard c library converts a string pointed to by parameter str to an integer (int type).