difference between AND operator and bitwise AND operator.
BEST OF LUCK.
BY THE WAY DONT FOLLOW ME OR TEXT ME.
Anonymous:
Heya
Answers
Answered by
4
Answer:
A Bitwise And operator is represented as '&' and a logical operator is represented as '&&'. Following are some basic differences between the two operators.
a) The logical and operator '&&' expects its operands to be boolean expressions (either 1 or 0) and returns a boolean value.
Answered by
2
& is a bitwise operator and compared each operand bitwise.
Whereas & & is a logical AND operator and operates on boolean operands.
Whereas & & is a logical AND operator and operates on boolean operands.
Similar questions
Math,
6 months ago
Math,
6 months ago
Science,
6 months ago
Computer Science,
1 year ago
Math,
1 year ago