What will this function return? Does it work for negative numbers?
Count of "1" bits in the number. It will not work for negative numbers | |
Count of "1" bits in the number. It will work for negative numbers | |
Count of bits till the first 1 bit from left. It will not work for negative numbers | |
Count of bits till the first 1 bit from left. It will work for negative numbers | |
Count of bits till the first 1 bit from right. It will not work for negative numbers | |
Count of bits till the first 1 bit from right. It will work for negative numbers |