compilation error lvalue required
coz on lhs of ++*b=++*b is not a variable but a value

On Thu, Jul 14, 2011 at 11:58 AM, abhishek kumar <
mailatabhishekgu...@gmail.com> wrote:

> hi friends,
> i have a doubt about this code. what will be its output and how.
>
> int a=35,*b;
> b=&a;
> ++*b=++*b;
>
>
>  --
> 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/-/IfTO9YhPSOUJ.
> 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