Explanation by: Mr. Dubey
let us consider an example wherein a=2. the binary form of 2 is 0010. when we left shift this value by 2, we get 1000, the value of which is 8. hence if we want to multiply a given number ‘a’ by 4, we can use the expression: a<<2.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Loading Comments....

Question analytics