下列程序的运行结果为________。#include"stdio.h"#def...("%d\n",MA(1+a+b));}
举一反三
- 下列程序的运行结果为________。 #include "stdio.h" #...f("%d",MA(1+a+b)); }
- 下列程序的运行结果为________。 #include "stdio.h" #define MA(x) x*(x-1) void main() { int a=1,b=2; printf("%d",MA(1+a+b)); }
- 以下程序的输出结果是________。#include"stdio.h"#def...(b);printf("%d",c);}
- 下列程序段的运行结果____________。#include<stdio.h>voidmain(){charc='z';printf("%c\n",c-1);}
- 有以下程序 # include<stdio .h> main() { char s[」=”rstuv"; printf(”%c\n”,*s+2); } 程序运行后的输出结果是