Operators

UJJWAL GUPTA
Current Categories - C-programming
 
*Operators – Operators are symbols that operates on operands.

Ex- c=a+b;

where '=' & '+' are operators.
AND a,b,c are operands.

*According to the no of operators the operator is divided into 3 types.
  • Unary Operator
  • Binary Operator
  • Ternary Operator
*According to the function of operators,operator is divided into -
  • Arithmetic operators
  • Modular division operators
  • Logic operators
  • Increament and decreament opeartor
  • Conditional operator
  • Bitwise operator
  • Assignment operator
  • Relational operators