CBSE BOARD XII, asked by find59, 1 year ago

What are Variable in VB.

Answers

Answered by Brainly9b78
0
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 ItzDazzingBoy
1

Answer:

A variable is a location in memory where a value can be stored during the execution of a Visual Basic application.

Similar questions