Notes: fgetchar() is equivalent to fgetc(stdin). fgetchar() is similar to getchar(), but getchar() is a macro, while fgetchar() is a function.
確定! 回上一頁