Computer Science, asked by samay7484, 4 months ago

Write rules for naming a variable..​

Answers

Answered by budhimanishial953
3

Explanation:

Rules for naming variables:

*All variable names must begin with a letter of the alphabet or an. underscore( _ ). ...

*After the first initial letter, variable names can also contain letters and numbers. ...

*Uppercase characters are distinct from lowercase characters. ...

*You cannot use a C++ keyword (reserved word) as a variable name.

Answered by bmsonar05
1

Rules for naming variables:

All variable names must begin with a letter of the alphabet or an. underscore( _ ). ...

After the first initial letter, variable names can also contain letters and numbers. ...

Uppercase characters are distinct from lowercase characters. ...

You cannot use a C++ keyword (reserved word) as a variable name.

Similar questions