请问这段代码执行结束,创建了几个进程?

int main()
{
fork();
fork() && fork() || fork();
fork();
}

http://blog.csdn.net/hs794502825/article/details/10242091 答案