C Operators
C Operators
Presentation
By
S.Shakila Banu, MCA
OPERATORS
categories.
Arithmetic Operators
Relational Operators
Logical Operators
Assignment Operators
Increment and Decrement Operators
Conditional Operators
Bitwise Operators
Special Operators
Arithmetic Operators
An operator that performs arithmetic
operation on groups and numbers.
Relational Operators
A relation operator checks the relation between
two operands
Relational operators are used in decision making
and loops
Logical operators
Logical operators performs logical
operators.
Bitwise Operators
Bitwise operators are the operators used to
perform the operations on the data at the
bit level.
When we perform the bitwise
operations ,then it is also known as bit-
level programming .
Special Operators
These are used to perform mathematical
types
THE COMMA OPERATOR
THE SIZE OPERATOR
THE COMMA OPERATOR
The comma operator is basically a binary
operator.
Eg; value=(x=10,y=5,x+y);
THE SIZE OF OPERATOR
It determines the size of the expression or