My question is about buffering, stdin and getchar() behavior. Given the classic K&R example: #include <stdio.h> main() { int c; c = getchar(); while (c !=
確定! 回上一頁