Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/profile1/test/
Upload File :
Current File : /var/www/html/mmishra/profile1/test/test1.cpp

#include<stdio.h>
main()
{
int i=0;
fork();
printf("%d",i++);
fork();
printf("%d",i++);
fork();
wait();
}