Types of Operator in C Language

How many types of Operator in C Language

Ans  11 Types of Operator 

  1. Arithmetic Operators  (+,-,*,/,%)
  2. Comparison / Relational Operators (==,!=,>,<,>=,<=)
  3. Logical Operators (&&,||,!)
  4. Bitwise Operators (~,<<,>>)
  5. Assignment Operators (=,+=,_=,*=,/=)
  6. Miscellaneous operators (sizeof,&,*,?:)
  7. Increment Decrement (a++,a–,++a,–a)
  8. Operator Precedence 
  9. Identity Operator.
  10. Conditional Operator.
  11. Comma Operators.

 

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *