Operators in c# with example



Up to this we are familiar with variables and variable types in c#. we learnt different types of variables such as integer type variable, string type variable and float and double type variable in our previous asp.net post.

C# Operators


Operator are used to perform mathematical or logical operation on variable.
Operator is a symbol that perform specific mathematical or logical operation on variable in any programming language.
For calculate the value of variable we have to use proper expression the expression are made using operators in c#.

List of C# Operators


  • Arithmetic Operators
  • Logical Operators
  • Relational or Comparison Operators
  • Assignment Operators

Related ASP.Net Topics :

Relational Operators in C#.Net
Assignment Operators in C#.Net


Subscribe us

If you liked this asp.net post, then please subscribe to our YouTube Channel for more asp.net video tutorials.

We hope that this asp.net tutorial helped you to understand about operators in C#.


Next asp.net tutorial we will learn all operators one by one in detail.Arithmetic Operators.


Leave a Reply

Your email address will not be published. Required fields are marked *