Computer Science, asked by quuenofmyqueendom, 1 day ago

define Define identifiers. What rules should be followed while naming the identifiers?​

Answers

Answered by 6706984
1

Answer:

Rules for naming identifiers

A valid identifier can have letters (both uppercase and lowercase letters), digits and underscores. The first letter of an identifier should be either a letter or an underscore. You cannot use keywords like int , while etc. as identifiers.

Answered by agasthyanaithani
2

Answer:

Explanation:

Rules for naming identifiers

A valid identifier can have letters digits and underscores. The first letter of an identifier should be either a letter or an underscore. You cannot use keywords like int, while etc are indentified as identifiers.

Similar questions