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