getc function-read one character from a file

The getc function is a function that reads one character from a file. You can use it by reading the stdio.h header.

It has the same functionality as the fgetc function, but is allowed to be implemented as a macro function.

Associated Information