c programming bangla tutrial part -12 about logical operator
Following table shows all the logical operators supported by C language. Assume variable A holds 1 and variable B holds 0, then −
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.
! Called Logical NOT Operator. It is used to reverse the logical state of its operand. If a condition is true, then Logical NOT operator will make it false. !(A && B) is true.
link to my website/facebook page in the description.
my facebook ling is {https://web.facebook.com/profile.php?...}
my facebook page is {https://web.facebook.com/Programing-h...}
my website is {: http://Programinghome1.blogsport.com}
please subscribe my channel to get more video
thanks for all