摘要: 对"将信息系99年以前参加工作的教师的职称改为副教授",合适的查询为[阅读全文:]
摘要: 若有定义float a=25,b,*p=&b;,则下列对赋值语句*p=a;和p=&a;的正确解释为()。[阅读全文:]
摘要: 下列变量声明合法的是()。[阅读全文:]
摘要: 下列程序的输出结果是()。#includeint b=2;int func(int*A){b+=*a;return b;}main(){int[阅读全文:]
摘要: 执行下列程序段后,变量a,b,c的值分别是()。int x=5,y=4;int a,b,c;a=(--x==y++)?x:++y;b=++x;c=y;[阅读全文:]
摘要: 在C语言中,函数调用时()。[阅读全文:]
摘要: 设有定义下列:int a=1,b=2,c=3,d=4,m=2,n=2;则表达式(m=a>b)&&(n=c>d)运算后,n的值是()。[阅读全文:]
摘要: 有下列程序:main(){int t,a=1,b=5,c=-2;while(a>b>C) {t=a;a=b;b=t;c++;}printf("%d,%d,%d",a,b[阅读全文:]
摘要: 若执行下列的程序时,从键盘上输入1和2,则输出结果是()。#includemain(){int a,b,s; scan[阅读全文:]
摘要: 下列程序的输出结果是()。#includemain(){int i; for(i=1;i=20)&[阅读全文:]