UB.
http://ideone.com/Dwof8

On Tue, Jul 19, 2011 at 12:26 AM, Ankur Khurana <ankur.kkhur...@gmail.com>wrote:

>
> please try this
>
> cout<<(1<<34); // gives output 0
>
> int i=1;
> i=i<<34;
> cout<<i ; //gives 4 as out put , why ?
>
>
> --
> Ankur Khurana
> Computer Science , 4th year
> Netaji Subhas Institute Of Technology
> Delhi.
>
>  --
> 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