找考题网-背景图
填空题

#include<stdio.h>
ss(char*s)
char *p=s:
while(*p)p++;
return(p-s);
main()
char *a="abded";
int i;
i=ss(a);
printf("%d\n",i);
程序运行结果是:______

【参考答案】

E
热门试题