Programar em C/Operadores: diferenças entre revisões

m
[edição não verificada][edição não verificada]
| && || And || Connects two relational expressions. Both expressions must be true for the overall expression to be true.
|-
| <nowiki>||</nowiki> || Or || Connects two relational expressions. If either expression is true, the overall expression is true.
|-
| ! || Not || Reverses the “truth” of an expression, making a true expression false, and a false expression true.
609

edições