Computer Science, asked by billalhossainsagor1, 8 months ago

Write the logical operators

Answers

Answered by sam104641
0

mark my answer BRIANLIEST

Attachments:
Answered by andriyajenson1233
2

Explanation:

Logical Operators in C

Operator Description Example

&& Called Logical AND operator. If both the operands are non-zero, then the condition becomes true. (A && B) is false.

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

Similar questions