2. What is a variable? Discuss the rules for naming the variables.
Answers
Answered by
1
Answer:
After the first initial letter, variable names can also contain letters and numbers. Variable names are case sensitive. No spaces or special characters are allowed. You cannot use a C++ keyword (a reserved word) as a variable name.
Answered by
1
Answer:
Variable is a symbolic name for (or reference to) information. ... They are called variables because the represented information can change but the operations on the variable remain the same.
Hope it helps
Similar questions