fgetc,fputc,fgets,fputs,fscanf,fprintf,fread,fwrite #include <stdio.h> int main() { printf ("Characters: %c %c \n", 'a', 65); printf ...
確定! 回上一頁