Different Assignment Operators available in C#

Below are some of the different Assignment Operators that are available in C#

  • +=
  • -=
  • *=
  • /=
  • %=
  • |=
  • &=
  • ^=