reverse a given number only using bitwise operation e.g.: input: 4532 output : 2354 I\'m not able to think of any bitwise operations to tack