Operators in C Programming
An Operator is symbol that use to perform mathematical, logical and relational operations in c programming language, there are many operator which support c language to perform all above operations using variables and constants. Operators are very important in C language because an operator can help to perform specific task in c program. There is need to perform some mathematical, logical and relational operations during C program like Addition, Subtraction, Logical And and equal etc.
Operators in C
There are following list of operators in C Program
1 – Arithmetic operators
2 – Relational operators
3 – Logical operators
4 – Equality operators
5 – Unary operators
6 – Conditional operators
7 – Bitwise operators
8 – Assignment operators
9 – Comma operators
10 – Size operators
1- Arithmetic operators
Arithmetic operators are used to perform mathematical task like Addition, Subtraction, Multiplication and Division