题目内容

有以下程序#include struct st{ int x, y, z;} data[2]={3,10,2,20,15,7};main(){ struct st *p=data; printf("%d,", p->y); printf("%d\n",(p)->x); }程序的运行结果是A.10,3 B.20,3 C.10,20 D.20,2

查看答案
更多问题

某自治系统采用RIP协议,若该自治系统内的路由器RA收到其邻居路由器RB的距离矢量中包含信息,则可能得出的结论是 (24) 。 A.RB可以经过RA到达netl,跳数为l7 B.RB可以到达netl,跳数为l6 C.RA可以经过RB到达netl,跳数为l7 D.RA不能经过RB到达netl

有以下程序#include main() { char b=2; printf("%d\n", b=b$amp;

#include
#include
#include
#include
main()
{ char *p,*q,*r,
p=q=r=(char*)malioc(sizeof(char)*20);
strcpy(p,"attaboy,welcome!");
printf(”%c%c%c\n”,p[ 11 ], q[ 3 ],r[ 4 ]);
free(p);
}

#include
main()
{ char *a[ ]={”ABC”,”DEFGH”,”IJ”,”KLMNOP”};
int i=0;
for(;i<4; i++) printf(”%s\n【 13 】 );
}

答案查题题库