Home > Coding Fundamentals Refresher > Intermediate Coding Patterns > Bitwise Operators and Bit Manipulation for Interviews Show previous contentTry this exercise. Fill in the missing part by typing it in.Shifting n digits to the ___ is equivalent to multiplying by 2 (where n is any positive integer).Write the missing line below.SubmitReveal answer Show following content