Vidyalelo
C Programming · Q75

Standard Library Functions

Programming · C Programming · question 75

Q75

atol(const char *str) Converts the string pointed to, by the argument str.

A.
to a long integer
Answer
B.
to a integer
C.
to a floating point number
D.
to a unsigned long integer

Answer: Option A

Solution

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