Logical “or”
 
||
e1 || e2 returns a value of 1 if either e1 or e2 is true; otherwise returns 0 (zero).
The following operators are numeric and require numeric operands:
+, -, *, /, &, ^, |, <<, >>, %, ~, ++, and ––
Related Topics
Est-ce que cela a été utile ?