Explain bitwise shift operators?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online C Functions Job Interview Questions And Answers