Operators

Operators have the purpose to combine values and variables. They can do mathematical computations, call functions, access pointers, do logical comparisons and much more. Operators are the executing elements of the C programming language. They always return a value of a defined type.

Operator concepts

Arithmetical operators

Comparison operators

Logical operators

Assignment operators

Memory operators

General operators