一个FORK的面试题

为什么80%的码农都做不了架构师?>>>    #include <stdio.h> #include <sys/types.h> #include <unistd.h> int main(void) {    int i;    for(i=0; i<2; i++){       fork();       printf("-");    }    wait(NULL);    wait(NUL
相关文章
相关标签/搜索