Question:Define Operator, Operand, and Expression in 'C'?
Answer Operators are symbols which take one or more operands or expressions and perform arithmetic or logical computations. Operands are variables or expressions which are used in operators to evaluate the expression. Combination of operands and operators form an expression.
+ Report
Define Operator, Operand, and Expression in 'C'?