[主观题]

下列中 a的值是_________

#define AAA 200

#define BBB AAA+100

int a= BBB*2

参考答案与解析:

相关试题

有如下程序:# define N 2# define M N£«1# defin

[单选题]有如下程序: # define N 2 # define M N+1 # define NUM 2*M+1 # main() { int i; for(i=1; i<=NUM; i++) printf("% d/n", i); } 该程序中的for循环执行的次数是______。A.5B.6C.7D.8

  • 查看答案
  • 以下程序中的for循环执行的次数是______。#define N2#defin

    [单选题]以下程序中的for循环执行的次数是______。 #define N 2 #define M N+1 #define NUM 2*M+1 main() { int i; for(i=1;i<NUM;i++) printf("%d/n",i); }A.5B.6C.7D.8

  • 查看答案
  • (74) is primarily concerned with defin

    [单选题] (74) is primarily concerned with defining and controlling what is and is not included in the project.(74)A. Project Time ManagementB. Project Cost ManagementC. Project Scope managementD. Project Communications Management

  • 查看答案
  • 执行下面的程序后,a的值是()#define SQR(X) X*Xmain( )

    [单选题]执行下面的程序后,a的值是()#define SQR(X) X*Xmain( ){ int a=10,k=2,m=1;a/=SQR(k+m)/SQR(k+m);printf(""%d/n"",a); }A . 10B . 1C . 9D . 0

  • 查看答案
  • 执行下列程序的结果是()。#define N 5#define H(x)((N£

    [单选题]执行下列程序的结果是( )。 #define N 5 #define H(x) ((N+2)*x) main() { int a=2,b=3,C; c=H(a+b); printf("%d",c); }A.15B.17C.23D.35

  • 查看答案
  • 请给出如下程序的结果#define MAX_NUM 100£«200 int n

    [主观题]请给出如下程序的结果#define MAX_NUM 100+200int nTemp = MAX_NUM*10;则Temp = ____。

  • 查看答案
  • PDSN发送给AAA的计费结束包中的activetime(激活时长)属性值是0,

    [单选题]PDSN发送给AAA的计费结束包中的activetime(激活时长)属性值是0,可能是以下()情况造成的。A . TODB . PCF发送给PDSN的RP拆线消息在传输过程中丢失了C . PPP重协商D . 以上都是

  • 查看答案
  • 下列()是AAA具备的功能。

    [多选题] 下列()是AAA具备的功能。A . 支持漫游转发B . 支持VPN业务C . 支持个性化IMSI授权D . 支持预付费业务

  • 查看答案
  • Define装置中氢气是()段注入的。

    [单选题]Define装置中氢气是()段注入的。A . 单B . 分2C . 分3D . 分4

  • 查看答案
  • AAA运行参数配置()缺省值取为1813。

    [单选题]AAA运行参数配置()缺省值取为1813。A . 计费端口B . 认证端口

  • 查看答案
  • 下列中 a的值是_________ #define AAA 200 #defin