Skip to main content

What is operator ? Show the categories of operators.


Operator : An operator is a symbol that tells the computer to perform certain mathematical and logical (যৌক্তিক)manipulations(দক্ষতা সহকারে চালনা করা). Operators are used in programs to manipulate data and variables. Such as, ++, --, <, > etc.

Categories of operators : C operators can be classified into a number of categories.
They are as follows,
1) Arithmetic operators.
2) Relational operators.
3) Logical operators.
4) Assignment operators.
5) Increment and decrement (বৃদ্ধি এবং হ্রাস) operators.
6) Conditional operators.
7) Bitwise operators.
8) Special operators.

Written By -