Computer Science, asked by sumitmishra01244, 9 months ago

explain all the operands​

Answers

Answered by Anonymous
2

\huge{\color{#FF8566}{Answer}}

In computer programming, an operand is a term used to describe any object that is capable of being manipulated.

For example, in "1 + 2" the "1" and "2" are the operands and the plus symbol is the operator.

Answered by Anonymous
3
Mark me as brainliest.

In computer programming, an operand is a term used to describe any object that is capable of being manipulated. For example, in "1 + 2" the "1" and "2" are the operands and the plus symbol is the operator.


In all computer languages, expressions consist of two types of components: operands and operators. Operands are the objects that are manipulated and operators are the symbols that represent specific actions. For example, in the expression
5 + x
xand 5 are operands and + is an operator. All expressions have at least one operand.

Mark me as brainliest.
Similar questions