[algogeeks] Re: Expression evaluation in C

2011-07-18 Thread XYZ
I was also thinking about the order of expression evaluation in gcc! No idea though! -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To view this discussion on the web visit https://groups.google.com/d/msg/algogeeks/-/KVN1Omyl4UIJ. To post to

[algogeeks] Re: Expression evaluation in C

2011-07-18 Thread SAMMM
This has to do with lvalue . because i++ require some place to store it value . On Jul 18, 1:10 pm, XYZ yourarunb...@gmail.com wrote: I was also thinking about the order of expression evaluation in gcc! No idea though! -- You received this message because you are subscribed to the Google

Re: [algogeeks] Re: Expression evaluation in C

2011-07-18 Thread aditya kumar
the behaviour is undefined since computer dsnt know which i to evaluate first . On Mon, Jul 18, 2011 at 6:15 PM, SAMMM somnath.nit...@gmail.com wrote: This has to do with lvalue . because i++ require some place to store it value . On Jul 18, 1:10 pm, XYZ yourarunb...@gmail.com wrote: I was