Computer Science, asked by Rudranil420, 11 months ago

State five rules for naming a variable in C++.

Answers

Answered by queenPrashasti
2

Answer:

Variable names in C++ can range from 1 to 255 characters. 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. Variable names are case sensitive.

Explanation:

i hope this helps you

Answered by Unknownsender
1

Answer:

Variable names in C++ can range from 1 to 255 characters. 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. Variable names are case sensitive

Similar questions