Computer Science, asked by SwathiSajeevan7397, 5 months ago

In c language can the first letter of the identifire be underscore

Answers

Answered by Haruhi22
0

Answer:

Yes it can start with either underscore or an alphabet.

Answered by Pablu
0

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.

Explanation:

Similar questions