in a c program if you call "fwritef("got here")", you will get a compileerror, but if you add the line "void fwritef(char *);", you won't. why? code example
Example: in a c program if you call "fwritef("got here")", you will get a compileerror, but if you add the line "void fwritef(char *);", you won't. why?
in a c program if you call "fwritef("got here")", you will get a compileerror, but if you add the line "void fwritef(char *);", you won't. why?