首页 试题详情
单选题

有以下程序 #include #define FUN1(a,b) a+b #define FUN2(a,b) a-b #define CAL(a,b) a*b+a+3 main() { printf("%d\n",CAL(FUN1(3,5),FUN2(4,5))); } 执行后的输出结果是( )。

A29

B28

C27

Dmain函数必须出现在固定位置

正确答案:A (备注:此答案有误)

相似试题

  • 单选题

    以下程序#include main(){int a=2,b;b=a

    答案解析

  • 单选题

    以下程序  #include   main()  { int x=011;  printf(%d n,++x);  }  程序运行后的输出结果是( )。

    答案解析

  • 单选题

    以下程序#include #include void fun(char *w,int m){char s,*p1,*p2;p1=w;p2=w+m-1;while(p1

    答案解析

  • 单选题

    以下程序段  #include   main()  { …  while( getchar()!=‘ n‘);  …  }  以下叙述中正确的是( )。

    答案解析

  • 单选题

    以下程序输出结果是 。 #include stdio.h void f (); main() {int a; for(a=1;a

    答案解析

热门题库