Computer Science, asked by Nikhil56607, 8 months ago

In C language can the first letter of the Identifier be Underscore​

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