Define Operator and Operand.
Question :
Define Operator and Operand.
An Operator is a particular symbol which is used on some values and produces an output as a result. An operand is an entity on which an operator acts. For example, in the following expression:
c=a+b
the sign + is an operator on the two operands a and b.