首页
下列程序段的运行结果是_____。Inta=2,*p;P=&a;Printf("%d",*p);
2023-11-03 11:13:00
C语言开发工程师
下列程序段的运行结果是_____。Inta=2,*p;P=&a;Printf("%d",*p);
2
上一篇:
下列程序段的运行结果是_____。Intb=20,*q;Q=&b;Printf("%d",*q);
下一篇:
已知charstr[]="man",则strlen(str)的值为_____。