Computer Science, asked by sidhujagpreet7, 7 months ago

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

Answers

Answered by Ritabrata567
1

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