Vidyalelo
C Programming · Q65

Standard Library Functions

Programming · C Programming · question 65

Q65

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

A.
unsigned long int strtoul(const char *n, char **ptr, int base)
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board