Computer Science, asked by manojgupta8962p9amdw, 10 months ago

what are variables..............​

Answers

Answered by bhavyanegi123
0

Explanation:

its a an expression that can be any integer

like x which could be equal to any integer

Answered by AskewTronics
0

Variables:

Explanation:

  • Variables are used in the programming language to holds some value which can be used in the further process of that program.
  • This is used to name the value so that the memory can be able to make the difference from one value to another.
  • For example in c language, "int a=5", a is a variable.
  • There are some rules to define the variable name which are- "The variable must not start with the number" and "It will not hold the reserved word and the special symbol except underscore".

Learn More:

  • Variables: https://brainly.in/question/8492648
Similar questions