help me with this: -
void main(){ int i=0; fork(); printf("%d", i++); fork(); printf("%d", i++) fork(); wait();}
please help mw with output of this program
Notice from Plenoptic:
Added code tags. Any code, or copied content not in your own words must be placed in the proper BBCode tags. Please review the Xisto ReadMe for further rules and guidelines.