单项选择题设有如下函数定义。若在主函数中用语句cout<<f( good )调用上述函数,则输出结果为(48)。 int f(char *s){ char *p=s; while(*p! =’ 0’)p++; return(p-s); }
单项选择题算法是指(47)。