Page 1 of 1

Which of the following is the correct syntax of the function strtoul()?

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
a) unsigned long int strtoul(const char *n, char **ptr, int base)
b) unsigned long int strtoul(const char *n, char **ptr)
c) unsigned long int strtoul(const char *n)
d) int strtoul(const char *n)