int fputc(int ch, FILE* stream);. The fputc() function takes a output file stream and an integer as its arguments. The integer is converted to unsigned char and ...
確定! 回上一頁