Operator in C

An operator is a symbol which tells the computer to perform certain mathematical or logical manipulations. The operators are used in mathematical and logical expressions.
Operators in C are classified as under:
  • Arithmetic Operators
  • Relational Operators
  • Logical Operators
  • Assignment Operators
  • Increment and Decrement Operators
  • Conditional Operators
  • Bitwise Operators
  • Special Operators

No comments:

Post a Comment