Please what is operands | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Please what is operands

26th Apr 2018, 5:06 PM
Okechukwu Joshua
3 Réponses
+ 4
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.
26th Apr 2018, 5:08 PM
Rhythm Khandelwal
+ 5
Expressions as operands. Operands may be complex, and may consist of expressions also made up of operators with operands. In the above expression '(3 + 5)' is the first operand for the multiplication operator and '2' the second.
26th Apr 2018, 5:14 PM
Scooby
Scooby - avatar
+ 3
in simple language, the operand is the quantity on which an operation is to be done. the term operand is mainly used in mathematical calculations
26th Apr 2018, 5:15 PM
Abdullahi Issack
Abdullahi Issack - avatar