How many operators in c?

Answer:
Quite a few. Some of them are:
, () [] & * . ->
+ ++ += - -- -=
* / % *= /= %=
! == <= >= < > !=
<< >> >>= <<=
& | ^ ~
&& ||
First answer by NevemTeve. Last edit by NevemTeve. Contributor trust: 172 Question popularity: 0 [recommend question].