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