int ungetc(int c, FILE *stream);. c is a character and stream is an open file or standard input ( stdin ). The value returned is the character ...
確定! 回上一頁