Computer Science, asked by noorsingh0705, 6 months ago

anguage can the first letter of the Identifier be Underscore?​

Answers

Answered by sarveshcpr
1

Explanation:

Characters in identifiers

The first character in an identifier must be a letter or the _ (underscore) character; however, beginning identifiers with an underscore is considered poor programming style. The compiler distinguishes between uppercase and lowercase letters in identifiers.

Answered by viratdhoni187
1

Explanation:

➡The first character in an identifier must be a letter or the(underscore) character.

➡However, beginning identifiers with an underscore is considered poor programming style.

➡The compiler distinguishes between uppercase and lowercase letters in identifiers.

Similar questions