i think the order of evaluation of such expressions is not defined in
standard c
say for ex
the expression printf("%d",i+++++i)
doesnt work in linux but works fine in windows

On Mon, Aug 8, 2011 at 11:38 PM, raj kumar <megamonste...@gmail.com> wrote:

> it's running fine on my machine you can check
>  z=(--i)--;
> even this works fine
>
> z=(--i)++;
>
>
>  --
> 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.
>

-- 
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