题目内容
下列程序执行后的输出结果是#includevoidfunc1(inti);voidfunc2(inti);charst[]="hello,friend!";voidfunc1(inti){printf("%c",st[i]);if(i<3){i+=2;func2(i);}}voidfunc2(inti){printf("%c",st[i]);if(i<3){i+=2;func1(i);}}intmain(){inti=0;func1(i);return0;}
查看答案
搜索结果不匹配?点我反馈
更多问题