Computer Science, asked by rkansara139, 7 months ago

What are identifiers? Give any two rules that identifiers must follow​

Answers

Answered by amreshsingh827157484
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.

Answered by ABHINAVsingh56567
2

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.

Explanation:

hope its help you

Similar questions