| Operators |
| |
| Introduction |
| |
| An operator specifies an operation to be performed. C is rich in operator. Operators join the various variables and constants to from an expression. |
| |
| Some operator requires one operand and some require more than one operands. |
| |
| An operator is a symbol that tells the computer to perform certain mathematical or logical manipulation in data stored in variables. |
| |
| C is extremely rich in operators It has as many as 45 different operators. |
| |
| |
| |
| |
|
| |
| |