Computer Science, asked by yuvan11172001, 11 months ago

advantage of shift operator

Answers

Answered by aadya8051
1

Answer:

The shift operator is used when you're performing logical bits operations, as opposed to mathematical operations. It can be used for speed, being significantly faster than division/multiplication when dealing with operands that are powers of two, but clarity of code is usually preferred over raw speed.

Similar questions