首页
当前位置:
首页
>
C语言开发工程师
已知charstr[]="monkey",则strlen(str)的值为_____。
2023-11-03 11:13:00
C语言开发工程师
阅读全文
已知charstr[]="student",则strlen(str)的值为_____。
2023-11-03 11:13:00
C语言开发工程师
阅读全文
已知charstr[]="man",则strlen(str)的值为_____。
2023-11-03 11:13:00
C语言开发工程师
阅读全文
下列程序段的运行结果是_____。Inta=2,*p;P=&a;Printf("%d",*p);
2023-11-03 11:13:00
C语言开发工程师
阅读全文
下列程序段的运行结果是_____。Intb=20,*q;Q=&b;Printf("%d",*q);
2023-11-03 11:13:00
C语言开发工程师
阅读全文
下列程序段的运行结果是_____。Floatb=80,*q;Q=&b;Printf("%f",*q);
2023-11-03 11:13:00
C语言开发工程师
阅读全文
下列程序段的运行结果是_____。Chara='m',*p;P=&a;Printf("%c",*p);
2023-11-03 11:13:00
C语言开发工程师
阅读全文
下列程序段的运行结果是_____。Inta[5]={1,2,3,4,5},*p;P=a;Printf("%d",*(p=p+2)
2023-11-03 11:13:00
C语言开发工程师
阅读全文
下列程序段的运行结果是_____。Intb[4]={1,2,3,4},*p;P=b;Printf("%d",*(p=p+2));
2023-11-03 11:13:00
C语言开发工程师
阅读全文
下列程序段的运行结果是_____。Inta[5]={10,20,30,40,50},*p;P=a;Printf("%d",*(p
2023-11-03 11:13:00
C语言开发工程师
阅读全文
上一页
1
...
99
100
101
102
103
下一页