Computer Science, asked by babupatel4731, 9 months ago

Define Variable. (NCERT Class 11th)

Answers

Answered by abhinav16t15gmailcom
0

Answer:

if a one alphabet so it will a variables

Answered by letmeanswer12
0

Variable is a name given to a storage area

Explanation:

  • A variable is nothing but a name given to a storage area that can be controlled by our programs. Every variable has a particular form that specifies the size and layout of the memory of the variable; the number of values that can be stored in that memory; and the collection of operations that can be applied to the variable.
  • A variable name can consist of letters, digits, and underscore characters. It needs either to start with a letter or an underscore. A variable should not declare with space, ideally should be of 14-15 characters, and should not use reserved words.

Similar questions