Computer Science, asked by skgautam107, 6 hours ago

Operands can either be constants or variables. true Or false​

Answers

Answered by cshainee2009
1

Answer:

Operator and operand examples.

+ and * are arithmetic operators while the symbols appearing on either side of them are operands. Constants, variables, and function return values may all serve as operands and may be intermixed when forming expressions.

Expression: An expression is a combination of operators, constants and variables. An expression may consist of one or more operands, and zero or more operators to produce a value.

Similar questions