nice one

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

> May be
>
> The increment/decrement operators needs to update the operand after the 
> sequence
> point <http://en.wikipedia.org/wiki/Sequence_point>, so they need an
> L-value. The unary operators such as -, +, won’t need L-value as operand.
> The expression *-(++i)* is valid .see this page and you will understand
> the pont
> http://geeksforgeeks.org/?p=9380
>
> thanks
>
> --
> 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