int fputc(int char, FILE *pointer) char: character to be written. This is passed as its int promotion. pointer:pointer to a FILE object that identifies the ...
確定! 回上一頁