Header Ads

C Operators

Definition:
Operator operates either on value or variable to compute some task. An operator is a symbol that tell the compiler to perform specific mathematical or logical task according to an operator.

Types of Operators:
  • Arithmetic Operators
  • Relational Operators
  • Logical Operators
  • Bitwise Operators
  • Assignment Operators
  • Misc Operators 

Arithmetic Operators






No comments