• 2022-06-04
    下列程序执行后的输出结果是 #include voidfunc1(inti); voidfunc2(inti); charst[]="hello,friend!"; voidfunc1(inti) { printf("%c",st[i]); if(i[3) {i+=2; func2(i); } } A: hello
    B: hel
    C: hlo
    D: hlm
  • 举一反三