谦让冰淇淋

文章
4
资源
0
加入时间
2年10月21天

利用getc 和ungetc的实例

#include #include void main( void ){ int ch; int result = 0; printf( "Enter an integer: " ); /* Read in and convert number: */ while( ((ch = getchar()) != EOF) && isdigit( ch ) )