Input and output facilities are not part of the C language itself, so we have not ... int c;. while ((c = getchar()) 1= EOF) putchar(tolower(c)); return 0;.
確定! 回上一頁