Computer Science, asked by akshitkgautam, 1 day ago

what are variables ? write any two rules to name a variables​

Answers

Answered by Pranjaltherock
0

Answer:

Rules for naming a variable

A variable name can only have letters (both uppercase and lowercase letters), digits and underscore. The first letter of a variable should be either a letter or an underscore. There is no rule on how long a variable name (identifier) can be.

Similar questions