#include <stdio.h> #include <sys/types.h> #include <unistd.h> int main( ) { printf("A\n"); fork(); printf("B\n"); fork(); printf("C\n"); fork(); printf("D\n"); sleep(3); return 0; }
By
ycliu
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
WC Captcha + 85 = 86
Posted in:
Tagged with:
Leave a Reply