Operators and operands together makes an
Answers
Answered by
2
Answer:
An operand can be a constant, a variable or a function result. Operators are arithmetic, logical, and relational. As with C, some operators vary in functionality according to the data type of the operands specified in the expression
Answered by
5
Answer:
Operators allow us to manipulate the variables and constants in the expressions. Operands are the constants or variables which the operators operate upon.
Similar questions