Latest ADITI Aptitude Question SOLUTION: Q. What is the output of the following program #include main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork