Computer Science, asked by rutujamali, 10 months ago

explain bitwise operators and conditional operators​

Answers

Answered by gauravchoudhary12323
1

Answer:

DIFFERENCE

The major difference is that bitwise operations operate on the individual bits of a binary numeral, whereas conditional operators operate on logical operations. Additionally, expressions before and after a bitwise operator will always be evaluated. If expression 1 is true, expression 2 and 3 will NOT be checked.

Mark me as brainliest

Similar questions