What is a variable in C#?

 Posted by Goud.Kv on 9/3/2014 | Category: C# Interview questions | Views: 1457 | Points: 40
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 

Comments or Responses

Login to post response