Google News
logo
C-Language - Interview Questions
What is Operators in C ?
The symbols which are used to perform logical and mathematical operations in a C program are called C operators.
These C operators join individual constants and variables to form expressions. Operators, functions, constants and variables are combined together to form expressions.

The C language operators are following :

Arithmetic Operators
Assignment Operators
Increment and Decrement
Relational Operators
Logical Operators
Conditional Operators
Bitwise Operators
Special operators
Advertisement