define the variables and variable name
Answers
Answered by
15
Explanation:
Variables are memory locations that are used to store values in a program.
Example: int a=1;
Answered by
13
Variables are those names(like x y z) which have no fixed value we imagine them to have any value as per the given question
Similar questions