Possible Duplicate:
How to check if a number is a power of 2
Is there a way to find out a given integer is a power of 2 without using the modulus operator or division operator in C/C++ or Java? This leaves us with the shift operators. Any suggestions?
