fork example. Posted byjeffrin August 1, 2010 /* Jeffrin Jose <jeffrin@rocketmail.com> Licensed GPL v3 Copyright August 2010 GPL --> http://www.gnu.org/copyleft/gpl.html */ #include #include main() { /* fork(); */ printf("nhellon"); fork(); printf("n World n"); }