C
Programming and Technical
Q. Define Operator, Operand, and Expression in 'C'?
A. 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
Read Solution (Total 0)
C Other Question