Posts by Daniel • 43 points
1 post
-
4
votes1
answer203
viewsQ: Function "strcmp()" working without adding "string. h"
I wrote an algorithm in C that uses the function strcmp(). Even forgetting to add the string.h the algorithm worked. I would like to understand how it worked since I only found this function in the…