Computer Science, asked by huzaifanoman1410, 7 months ago

What is the difference between logical AND and OR operator ?explain.

Answers

Answered by anathakur27
1

Explanation:

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.

Answered by TaniyastudentGirl
1

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.

PLEASE GIVE THANK.

Similar questions