What are predefined operators in c?

Answer:
There are no user-defined operators in C, so every operator is predefined. Some of them are + += ++ , () [] ?: > >> >>=
First answer by NevemTeve. Last edit by NevemTeve. Contributor trust: 172 Question popularity: 1 [recommend question].