Computer Science, asked by vaishalibajimohite00, 1 month ago

Q. 1
Explain logical operators. Write a C program to demonstrate the same.​

Answers

Answered by bhadramanoj2010
1

Answer:

&&: Called Logical AND operator. If both the operands are non-zero, then the condition becomes true.

Example: (A && B) is false.

||: Called Logical OR Operator. If any of the two operands is non-zero, then the condition becomes true.

Example: (A || B) is true.

Answered by z8db
0

Explanation:

qnf-dgjq-srm joiñ ❤️ I love you ❤️❤️

Similar questions