Sololearn should check this. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Sololearn should check this.

I am doing my C programming and there is this string manipulation concept I am currently doing. I want to say that in C > strings & function pointer > string function : converting strings into number. Here, they have said that atoi(), atof() and atol() these functions belong to <stdio.h>, but what it should be is <stdlib.h> Correct me if I am wrong, but I guess these functions which I mentioned are from <stdlib.h> header file not <stdio.h>

3rd Apr 2021, 3:22 AM
CiPher
CiPher - avatar
3 Answers
+ 5
Notify them about this buddy, send an e-mail to info@sololearn.com so they can correct it 👍
3rd Apr 2021, 4:13 AM
Ipang
+ 3
You are correct . They are all from stdlib.h.
3rd Apr 2021, 4:08 AM
Hima
Hima - avatar
+ 1
Hello! lpang I have sent them email for correction. Thanks for commenting and suggestion.
3rd Apr 2021, 9:14 AM
CiPher
CiPher - avatar