Re: Bitwise operators
On 19 Giu, 08:35, rahul <rahulsin...@gm ail.comwrote:
I do not think it is possible using only bitwise operators because
they work on a base-2 numbering system whereas you want to know the
_decimal_ digits.
On 19 Giu, 08:35, rahul <rahulsin...@gm ail.comwrote:
On Jun 19, 2:32 am, Santhosh <santhoshvenkat 1...@gmail.comw rote:
>
>
Hi to all,
How the individual digits of a number can be obtained using the
bitwise operators alone.Is it possible to do it ?
How the individual digits of a number can be obtained using the
bitwise operators alone.Is it possible to do it ?
they work on a base-2 numbering system whereas you want to know the
_decimal_ digits.
Comment