摘要: 下列队列的描述中,正确的是()。[阅读全文:]
摘要: 下列叙述中,不属于设计准则的是()。[阅读全文:]
摘要: 下列程序执行后的输出结果是void funcl(int i);void func2(int i);char st[]="hello,friend!";vo[阅读全文:]
摘要: 有如下程序main(){float x=2.0,y;if(x10.0)y=1.0/x;else y=1.0;printf("%f[阅读全文:]
摘要: 以下程序执行后x的值是main(){int x,y=252,i=386,*m=&y,*z=&i;x=(z==y);printf("%d",x);[阅读全文:]
摘要: 设有以下程序段int x=0,s=0;while(!x!=0)s+=++x;printf("%d",s);则[阅读全文:]
摘要: 下面程序的运行结果是#includemain(){int a=28,b;char s[10],*p;p=s;do{b=a%16;if(b<10[阅读全文:]
摘要: 如下程序的输出结果是#includemain(){chsr ch[2][5]={"6937","8254"},*p[2];int i,j,s=[阅读全文:]
摘要: 若变量均已正确定义并赋值,以下合法的C语言赋值语句是[阅读全文:]
摘要: 判断char型变量c1是否为大写字母的正确表达式是[阅读全文:]