若有定义: int a[5]={1,2,3,4,5}; char b='c',c; 则下面表达式中数值为 2 的是( )。
阅读以下程序代码,其运行结果是________ #include struct cmplx { int x; int y; }cnum[2]={1, 3, 2, 7}; int main( ) { printf("%d\n", cnum[0].y *cnum[1].x ); return 0; }
现有如下程序段,此程序段编译有错误,则程序段的错误出在( ) #include int main() { int a=30,b=40,c=50,d; d=a>30 ? b:c; switch(d) { case a:printf("%d,",a); case b:printf("%d,",b); case c:printf("%d,",c); default:printf("#");} }
以下程序运行后的输出结果是( )。 #include int main() { int y=10; while(y--) ; printf("y=%d\n",y); }
影响酸性染料比色法的因素有()
有参函数的返回值,是通过函数中的( )语句来获得的。
设有如下的函数 fun (float x) { printf("\n%d",x*x); } 则函数的类型( )
下面程序的运行结果是___________ #include int main() { int m=0; while(m<=2) { m ; printf("%d",m); } }
due to the word limit, it’s not necessary to use transitions to connect the information included in an abstract.