Computer Science, asked by saliksayeed376, 6 months ago

in clanguage an the first letter of identifier be undersore

Answers

Answered by bhrpip007
2

Answer:

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