阅读背景:

比较好玩的面试题

来源:互联网 
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>


int main(void)
{
        int i;
        for(i=0; i<2; i++){
            fork();
            printf("g");
        }


        wait(NULL);
        wait(NULL);
        return 0;
}#include <stdio.h>
#include <sys/types.h>
#incl



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: