India Languages, asked by hfshh18, 1 year ago

What are Variable in VB.

Answers

Answered by arnab2261
1

 {\huge {\mathfrak {\orange {Answer :-}}}}

 {\red {\mathbb {Variable :}}}

➡️ A variable is nothing but a name given to a storage area that our programs can manipulate.

 <b> That's it..

Answered by Anonymous
1

variable define as a the value which change throughout the program called variable.

rules for constructing variable name

  • A variable name is any combination of 1 to 31 alphabets digits or underscore.
  • the first character in the variable name must be an alphabet or underscore.
  • no commas or blanks are allowed within a variable name.
  • no special symbol other than underscore can be used in a variable name.

Similar questions