Wednesday, 14 September 2016

Operator Types in C Programming

An operator is a symbol that tells the compiler to perform specific mathematical or  logical functions.  C  language  is  rich  in  built-in  operators  and  provides  the following types of operators: 

  •   Arithmetic Operators 
  •   Relational Operators 
  •   Logical Operators 
  •   Bitwise Operators 
  •   Assignment Operators 
  •   Misc Operators 


 Relational Operators 











No comments:

Post a Comment