Wednesday, 12 August 2015

Operators in C language with example

Operators are the symbol which operates a variable. 
E.g.
 - is a operator to perform Subtractions.
In C programming language has the flowing types of operators to perform various operations.
(1) Arithmetic Operators 
(2) Assignment Operators
(3) Relational Operators
(4) Logical Operators 
(5) Increment and decrement Operators
(6) Conditional Operators
(7) Bit wise Operators 
(8) Sort Hand Operator 
(9) special Operator 




No comments:

Post a Comment