@Venga
if u are doing this
y= x++ + ++x; //x=3
then it would be
like that :-
++x; //x=4
y=x+x;
x++;

i thing this is sufficient  :)

On Sat, Jul 23, 2011 at 1:20 PM, Interstellar Overdrive <
abhi123khat...@gmail.com> wrote:

> The expression y = x++ + x++ + ++y;  is not a valid one. The result is
> compiler dependent
> Read this for reference :http://c-faq.com/expr/seqpoints.html
>
>
>
>
>
>
>  --
> 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/-/-DWyCxlftwgJ.
>
> To post to this group, send email to algogeeks@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.
>



-- 
**Regards
SAGAR PAREEK
COMPUTER SCIENCE AND ENGINEERING
NIT ALLAHABAD

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@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