0
What is mean by if 0 and 1 condition
9 Answers
+ 2
Lofical operator and:
Takes the first false operand or the second operand and returns it as a boolean.
Bitwise logical operator &:
Returns the first false operand or the second operand.
+ 1
oh now i completely get it
0
0 (false) AND 1 (true) = 0 (false)
0
How does it work as condition
0
Would you like to give me an example
0
why 0&&1 is false rather than true
and 0 or 1 is true condition
why?????????????????????
0
why 0&&1 = 0
why not it is 1
0
??????????