首页
编程
java
php
前端
首页
编程
java
php
前端
对以下程序,若从键盘输入“hello?”,则输出结果是
int main() { char c; while((c=getchar())!='?') putchar(++c); return 0; }
ifmmp
点击展开全文