Bitwise Operators - Programming

Q1:

Left shifting an unsigned int or char by 1 is always equivalent to multiplying it by 2.

A True

B False

ANS:A - True

No answer description is available. Let's discuss.