The most basic way of reading input is by calling the function getchar. getchar reads ... copy input to output */ main() { int c; c = getchar(); while(c !=
確定! 回上一頁