C# > Operators
In this section we shall learn about operators.
Operators
operators are used to perform the mathematical and logical operations. There are different types of operators, They are
- Arthimatic operators.
- Logical operators.
- Bitwise operators.
- Assignmnet operators.
Read posts under C# > Operators
4 posts found
- Arithmetic operator
- Bitwise operator
- Logical operator
- Increment and decrement operators