BACI System: C-- to PCODE Compiler, 16:59 27 Oct 2005 Source file: p4.cm Wed Jan 03 09:17:02 2007 line pc 1 0 int x=0; 2 0 3 0 void a() 4 0 { 5 0 int i; 6 0 7 0 for(i=0;i<50;i++) 8 14 x++; 9 20 } 10 21 11 21 main() 12 22 { 13 22 cobegin{a();a();} 14 30 cout<<"x="<