Operators


As we use arithmetic, relational and assignment operators to calculate the results. But these operators are not sufficient for coding purpose, so we are going to learn in this chapter some new operators like logical, bitwise, shift, increment, decrement and ternary operators.

Chapters:

  • Arithmetic operators
  • Relational operators
  • Assignment operators
  • Logical operators
  • Bitwise operators
  • Shift operators
  • Increment and decrement operator
  • Ternary operator