单项选择题

以下程序的输出结果是______。
#define SQR(X) X*X
main()
int a=16,k=2,m=1;
a/=SQR(k+m)/SQR(k+m);
printf("%d\n",

A.;
&
<上一题 目录 下一题>
热门 试题

单项选择题
以下所列的各函数首部中,正确的是______。
A.void play(var a:Integer,var b:Integer)
B.void play(int a,b)
C.void play(int a,intb)
D.Sub play(a as integer,b as integer)
单项选择题
下面的程序输出结果是______。 #define r 16 #if r==16 void p(int
A.


相关试题
  • 以下程序是从终端读入数据到数组中,统计其...
  • 若变量n中的值为24,则prnt函数共输出 ...
  • 以下程序运行后的输出结果是 【15】 。...
  • 下面程序把从终端读入的文本(用@作为文本...
  • 下列程序的输出结果是 【13】 。 void...