What are operators in C#?

 Posted by Goud.Kv on 9/4/2014 | Category: C# Interview questions | Views: 1517 | Points: 40
Answer:

Operators are used to combine the individual statements and to perform an action between them.
C# has so many number of operators depending upon their operands (i.e literals).

Example,
6 + 8
In the above example, we are using addition operator (+).


Asked In: Spotted While Learning | Alert Moderator 

Comments or Responses

Login to post response