Operators in C#

There are three categories of operators based on the number of operands they require:

  • Unary : Require one operand
  • Binary : Require two operands
  • Ternary : require three operands


Comments