Programming Question

Question: Write a function to determine the number of bits you would need to flip to convert integer A to integer B. In: 29 (or 11101), 15 (or 01111) Out: 2

From: Cracking the Coding Interview [McDowell]

Subject: Bit Manipulation

Load Another Question


Select a Subject