--- In [email protected], Michael Sullivan <msulli1...@...> wrote: > > The following code: > > > for (int i = 0; i < 12; i++) > > { > > x = 0; > > y = 0; > > if (i >= 4 && i < 8) > > { > > x = 100; > > } > > if (i >= 8 ) > > { > > x = 200; > > } > > } > > i think its ur compiler problem.......its out put is x = 200,y = 0
- [c-prog] Weird... Michael Sullivan
- Re: [c-prog] Weird... Paul Herring
- Re: [c-prog] Weird... Michael Sullivan
- Re: [c-prog] Weird... Brett McCoy
- [c-prog] Re: Weird... soumyaon9
