+ 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>
3 Respuestas
+ 5
Notify them about this buddy, send an e-mail to info@sololearn.com so they can correct it 👍
+ 3
You are correct . They are all from stdlib.h.
+ 1
Hello! lpang I have sent them email for correction. Thanks for commenting and suggestion.