Computer Science, asked by AadyaSinha2455, 4 months ago

In c language can the first letter of the ldentifier be underscore? /c true or false

Answers

Answered by Rajeshsatav826piya
4

Answer:

Answer: The ANSI C standard allows identifier names that begin with these character combinations to be reserved for compiler use. Identifiers with file-level scope should also not be named with an underscore and a lowercase letter as the first two letters.

Similar questions