Computer Science, asked by raghavs7644, 10 months ago

What are theruler of naming variable

Answers

Answered by srutijha989
1

Answer:

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

Similar questions