Q. 1
Explain logical operators. Write a C program to demonstrate the same.
Answers
Answered by
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
0
Explanation:
qnf-dgjq-srm joiñ ❤️ I love you ❤️❤️
Similar questions