Answers

Question and Answer:

  Home  C Functions

⟩ Explain bitwise shift operators?

The bitwise operators are used for shifting the bits of the first operand left or right. The number of shifts is specified by the second operator.

 160 views

More Questions for you: