how does the above code work?

On Fri, Aug 12, 2011 at 1:14 PM, Rahul <raikra...@gmail.com> wrote:

> I understand. where I find some more tricks like these , I mean I
> really. find. bit thinking hacks. difficult to understand.
>
>
> On 8/12/11, Tarun Arya <tarun....@gmail.com> wrote:
> > RAHUL@
> > d question was to reverse d 2 numbers...it can b done by wat i hav
> said...
> > if u want 2 extract numbers then....
> > a&0x0f   //this wil giv number in units place...
> > a&0xf0   a>>4//this wil give number in tens place
> >
> > correct me if i m wrong
> > Tarun
> >
> > --
> > 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.
> >
> >
>
>
> --
> Rahul
>
> --
> 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