当前位置: X题卡 > 所有题目 > 题目详情

下列程序执行后的输出结果是 void func1(int i); void func2(int i); char st[]="hello,friend!”; void func1(int i)...

查看本题答案

你可能感兴趣的试题

hello  hel  hlo  hlm void func1 (int ; void func2 (int ; char st[]="hello,friend!"; void func1(int { printf("%c",s; if(i<3){ i+=2;func2(; } } void func2 (int { printf("%c",s; if(i<3){ i+=2;func1(; } } main() { int i=0;func1(;printf("");}  

热门试题

更多