defference between AND and OR gates
Answers
Answered by
0
Explanation:
What is the difference between AND gate and OR gate? 1. AND gate gives a 'true' output only when both inputs are 'true', whereas OR gate gives an output of 'true' if at least one of the inputs is 'true'. ... AND gate implements logical conjunction and OR gate implements logical disjunction.
Answered by
0
Answer:
The logical AND operator works on Boolean expressions, and returns Boolean values only. The bitwise AND operator works on integer, short int, long, unsigned int type data, and also returns that type of data
Similar questions