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.
To learn these new operators you should know about binary 0's and 1's. |