Does anyone know why fputc takes an integer instead of a character?
Here is the prototype:
int fputc(int char, FILE *stream)
Thank you.
Does anyone know why fputc takes an integer instead of a character?
Here is the prototype:
int fputc(int char, FILE *stream)
Thank you.