Question: Write a short C++ function, is Two Power, that takes an int i and returns true if and only if i is a power of
Write a short C++ function, is Two Power, that takes an int i and returns true if and only if i is a power of 2. Do not use multiplication or division, however.
Step by Step Solution
3.32 Rating (167 Votes )
There are 3 Steps involved in it
If we subtract a power of 2 numbers by 1 then all unset bits after the only set ... View full answer
Get step-by-step solutions from verified subject matter experts
