首页
下列程序段的运行结果是_____。Inta[5]={10,20,30,40,50},*p;P=a;Printf("%d",*(p
2023-11-03 11:13:00
C语言开发工程师
下列程序段的运行结果是_____。Inta[5]={10,20,30,40,50},*p;P=a;Printf("%d",*(p=p+3));
40
上一篇:
下列程序段的运行结果是_____。Floatm[5]={10,20,30,40,50},*t;T=m;Printf("%f",*
下一篇:
下列程序段的运行结果是_____。Intb[4]={1,2,3,4},*p;P=b;Printf("%d",*(p=p+2));