Computer Science, asked by 9527812489, 3 months ago

2. What is a variable? Discuss the rules for naming the variables.​

Answers

Answered by IIUNKNoWNBoYII
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 vaibhavisingh2468
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