atol(const char *str) Converts the string pointed to, by the argument str.
atol(const char *str) Converts the string pointed to, by the argument str. Correct Answer to a long integer
long int atol(conat char *str); The atol() function converts the initial portion of the string pointed to by str to long int representation. Except for the behavior on error, it is equivalent to strtol (nptr, (char **)NULL, 10).
মোঃ আরিফুল ইসলাম
Feb 20, 2025