填空题

下面程序的输出是
main()
enum ememl=3,em2=1,em3;
char*aa[]="AA’,"BB","CC","DD"
printf("%s%s%\\n",aa[em1],aa[em2],aa[em3]);

【参考答案】

DDBBCC
<上一题 目录 下一题>
热门 试题

填空题
栈的3种基本运算是:入栈、退栈和______。
填空题
下面程序由两个源程序文件:t4.h和t4.c组成,程序编译运行结果是______。t4.h的源程序为:#define N 10#define f2(x) (x*N)t4.c的源程序为:#include#define M 8#define f(x) ((x)*M)#include t4.h main() int i,j; i=f(1+1); j=f2(1+1); printf( %d%d n ,i,j);
相关试题
  • 设有下列宏定义:#define A 2 #defin...
  • 函数调用语句:“fgets(buf,n,fp);”...
  • 在宏定义#define P13.14159中,...
  • 下列程序的功能是:求出ss所指字符串中指定...
  • 函数de1ete(s,i,n)的作用是从字符串s...