Which operators perform operations on data in binary level?
A Logical operator
B Bitwise operator
C Additional operators
D None of the above
Answers
Answered by
0
Answer:
the answer is it
Explanation:
(b) Bitwise operator
Answered by
0
Answer:
Bitwise Operator
Explanation:
In this tutorial you will learn about all 6 bitwise operators in C programming with examples. In arithmetic-logic unit (which is within the CPU), mathematical operations like: addition, subtraction, multiplication and division are done in bit-level.
Similar questions