what are variables..............
Answers
Answered by
0
Explanation:
its a an expression that can be any integer
like x which could be equal to any integer
Answered by
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