填空题
下列程序的运行结果是______。
#define POWER(x)((x)
*
(x))
main()
{int i=1;
primtf("%d,%d",POWER(i++),i);
}
【参考答案】
A,A
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
下列语句的输出结果是______。 char S[20]= aaaa ,*sp=s; puts(strcat(sp, AAAAA ));
点击查看答案&解析
填空题
下列程序的输出结果是______。#include<stdio.h>fun(){static int a=0;a+=3;printf( %d ,a) ;}main(){int cc;for(CC=1;cc<5;CC++)fun();printf( n’);}
点击查看答案&解析
相关试题
有下列程序: main() {int i,j; f...
设有下列的程序段: char str[]= Hel...
下列语句的输出结果是______。 char...
将E-R图转换到关系模式时,实体与实体间的...
在位运算中,操作数每左移两位,其结果相当...