题目内容
以下程序运行后,输出结果是()。#include 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); }
查看答案
搜索结果不匹配?点我反馈