operators & expressions

Cards (9)

  • operators - refers to a symbol that will perform specific operation
  • operator can be arithmetic, comparison and combination
  • what are the c# operators- arithmetic, logical, comparion or relational, assignment, increment or decrement and bitwise
  • arithemetic operators - +,-,* , /, &
  • comparison- ==, !=, >, <, >=, <=
  • logical- &&, ||, !
  • assignment- =, +=, -= , *=, /=, %=
  • increment - ++
  • decrement - -