Q. Which of these statements are incorrect? (A) The left shift operator, <<, shifts all of the bits in a value to the left specified number of times (B) 1 (C) The left shift operator can be used as an alternative to multiplying by 2 (D) The right shift operator automatically fills the higher order bits with 0 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) The right shift operator automatically fills the higher order bits with 0