【单选】下面的程序会打印几个hello? int main(void) {...
发布于 2022-03-03 16:34:02
【单选】下面的程序会打印几个hello?
int main(void)
{
fork()
printf("hello\n")
fork()
printf("hello\n")
while(1)
return
}
int main(void)
{
fork()
printf("hello\n")
fork()
printf("hello\n")
while(1)
return
}
登录后免费查看答案
关注者
0
被浏览
14