Computer Science, asked by Lakhinathpegu, 9 months ago

write the rules for naming variables in QBASIS​

Answers

Answered by BaroodJatti12
19

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.

hope it helps you dear ❣️

Similar questions