+ 9
What is the difference between in && and AND operator?
7 Answers
+ 3
&& is for boolean but AND is for binary
+ 8
They operate with the same logic, just different representations of context as @Claudiu has pointed out.
This question is quite funny to read out when I monologue in my head lol.
+ 7
@Hatsy Rei, the question basically reads
"What's the difference between 'and and and and' operator?"
😂😂😂
+ 6
Copyrights make it necessary to issue new names for the same thing. So as SQL uses AND other use the && double ampersand symbol. Result is the same so no big deal...
+ 3
In Ruby, && have higher precedence than AND
+ 2
You have to put that in context. However "&&" and "AND" are the same thing, just that they are used is different programming language. Every language has it's one syntax.
+ 2
these type of topics are very important for any programming language. so you can try to understand from video tutorials. go to youtube channel