单项选择题
有以下程序(strcat函数用以连接两个字符串) #include<stdio.h> #include<string.h> main() { char a[20]=“ABCD\0EFG\0",b[]="IJK"; strcat(a,b); printf("%s\n",a); } 程序运行后的输出结果是______。
单项选择题 有以下程序:struct s{ int x,y;) data[2]={10,100,20,200);main(){ struct s *p=data;printf("%d\n",++(p->x));}程序运行后的输出结果是( )。
单项选择题 下列与队列结构有关联的是______。
单项选择题 对下列二叉树进行中序遍历的结果是______。