C语言实验指导书

pt1=&a; pt2=&b ; if(a

printf(\}

上机调试此程序。如果不能实现题目要求,指出原因并修改之。 4 分析并验证以下程序的运行结果。 #include \stdio.h\ main()

{ char str[]=\ABC\,*p=str; printf(\%c\\n\,*(p+1)); }

5 分析以下程序运行结果,说明程序的作用。 #include \stdio.h\

char *strc(char *s1,char *s2) { char *p=s1;

while(*s2!='\\0') { *p++=*s2++; } return s1; } main()

{ char s1[30]=\computer ok!\,s2[]=\language\,*pt; pt=strc(s1,s2); printf(\%s\\n\,pt); }

12

联系客服:779662525#qq.com(#替换为@) 苏ICP备20003344号-4