getchar() putchar(). #include <stdio.h> int main(void). { char ch; while ((ch = getchar()) != '@') putchar(ch); return 0;. } 範例E08_01.c ...
確定! 回上一頁