>getc() is equivalent to fgetc() except that it may be implemented as a macro which evaluates stream more than once.
>getchar() is equivalent to getc(stdin).
>getc() is equivalent to fgetc() except that it may be implemented as a macro which evaluates stream more than once.
>getchar() is equivalent to getc(stdin).