modify getop so that it does not need to use ungetch: Hint: static int lastc */ #include<stdio.h> #include<stdlib.h> #define MAXOP 100 #define NUMBER '0' ...
確定! 回上一頁