对于如下C语言程序在UNIX操作系统中正确编译链接后,其正确的运行结果是()
11 查阅
对于如下C语言程序在UNIX操作系统中正确编译链接后,其正确的运行结果是()
A.I am the child process, x=2
B.I am the parent process, x=0
C.I am the parent process, x=2
D.I am the child process, x=0
参考答案: