Format. #include <stdio.h> int getc(FILE *stream); int getchar(void); ... The getchar() function is identical to getc(stdin).
確定! 回上一頁