Answer:
Variable is a modifiable value which represents a storage location of the memory.
Variable can be a parameter like out, ref (or) local variable (or) static and instance field (or) an array element.
Variables reside in Stack or Heap of the memory.
Asked In: Spotted While Learning |
Alert Moderator