http://www.ideone.com/mxvmt
please see

On Sun, Jan 9, 2011 at 11:34 AM, Sundi <sundi...@gmail.com> wrote:

> Evaluation of b=a++ + ++a;
> is also from right to left,
> so
> b = 22;
> but i am getting the o/p as 22,13,13,13
>
> On Jan 9, 10:59 am, Sundi <sundi...@gmail.com> wrote:
> > Evaluation of printf is from right to left !!!,
> >
> > Regards
> > Sundi
> >
> > On Jan 9, 10:08 am, priya mehta <priya.mehta...@gmail.com> wrote:
> >
> >
> >
> >
> >
> >
> >
> > >  int a=2;
> > > printf("%d %d %d",a,a,a++);
> > > the output is 3 3 2
> > > can someone tell the logic behind this?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algoge...@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com<algogeeks%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to