Examveda

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

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)

Answer: Option A


This Question Belongs to C Program >> Standard Library Functions

Join The Discussion

Related Questions on Standard Library Functions