What are Variable in VB
Answers
Answered by
1
Variable refers to a memory location used to store data temporarily. It has a unique name used to identify it in the program. Every variable has an associated data types such as string, integers, etc.
Answered by
3
A variable is nothing but a name given to a storage area that our programs can manipulate.
That's it..
Similar questions