Introduction

A bitwise operator performs bit by bit processing on the operands.

Bitwise operators operate on binary numbers. They convert operands in decimal form into binary form, perform the particular bitwise operation, and then return the result after converting the number back into decimal form.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy