What are Two rules when using identifiers for variables?

1 answer

Answer

1121444

2026-03-26 08:20

+ Follow

When using identifiers for variables, one rule is that they must begin with a letter or an underscore and cannot start with a digit. Additionally, identifiers are case-sensitive, meaning that "variable" and "Variable" would be considered two distinct identifiers. It's also important to avoid using reserved keyWords specific to the programming language.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.