What is Operator in C and Types of operator With Example

What is Operator

Ans: for expression 2 + 5 is equal to 7. Here 2 and 5 are called operands and + is called operator. C language supports following type of operators.

Types Of Operator

    Arithmetic Operators

    Logical (or Relational) Operators

    Bitwise Operators

    Assignment Operators

    Conditional Operator
    
     Relational Operators

      Other Operator
   

Labels: