Course Content
Programming Language C
About Lesson

What is Operator?

It is a special symbol which is used to operates on data. The data on which operator operates is known as operand.

Example

 5+2

  • Here + is an operator
  • 5 and 2 are operand