Operators in c programming

There are varieties of operators available in c programming. An Operators is a symbol which perform certain mathematical and logical manipulations. Operator is used to manipulate data and variables. There are many operators which we already used like +,-,<, >, etc.

In C programming basically operators categorized in 8 types.
  • Arithmetic Operators.
  • Relational Operators.
  • Logical Operators.
  • Assignment Operators.
  • Increment and decrements Operators.
  • Conditional Operators.
  • Bitwise Operators
  • Special Operators. 



0 comments:

Post a Comment