通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
下面程序段中。for循环执行的次数是( )。
char *s="\ta\018be"; for(;*s!=\0;s++) printf("*");