How exactly is an operand created? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How exactly is an operand created?

_ var _

3rd Sep 2016, 8:56 AM
R Seholm
R Seholm - avatar
4 Answers
+ 2
operand refers to the object on which an operator acts for example : 1 + 2 here, 1,2 are operands and '+' is operator which adds the two.
3rd Sep 2016, 1:27 PM
Harsh
0
please explain more
3rd Sep 2016, 8:59 AM
bayram akdemir
bayram akdemir - avatar
0
I I figured out the answer.
3rd Sep 2016, 9:01 AM
R Seholm
R Seholm - avatar
0
operands are allocated memory in the storage space called 'heap'. it is a temporary storage. After it is executed, this storage from heap is automatically removed by storage management system called garbage collector
4th Sep 2016, 9:48 AM
Anuttam Adhwaryu
Anuttam Adhwaryu - avatar