Operators in C

Operators

An operator is a symbol that is used to manipulate data in the program.

For example, the + operator is used for the addition operations, − operator is used for the subtraction operations, ++ operator is used to increament operations etc.

Types of operators

Arithmetic operators

Relational operators

Logical operators

Assignment operators

Increment and Decrement operators

Bitwise operators

Post a Comment

0 Comments