C

Operators in C Language

C language supports a rich set of built-in operators.
An operator is a symbol that tells the compiler to perform certain mathematical or logical manipulations.
Operators are used in program to manipulate data and variables.

C operators can be classified into following types,

  • Arithmetic operators
  • Relation operators
  • Logical operators
  • Bitwise operators
  • Assignment operators
  • Conditional operators
  • Special operators



Subscribe us on Youtube

Share This Page on


Ask Question