Binary operators associate from left to right. CLight provides the following binary operators:
* / %
*
/
%
Multiplicative operators
+ -
+
-
Additive operators
< > <= >= == !=
<
>
<=
>=
==
!=
Relational operators
binary-operator: + - * / % == != < <= > >=
binary-operator
4 + 3 7 != 1 0 == 2
Last updated 3 years ago