Computer Science, asked by babanpreet223, 7 months ago

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

Answers

Answered by gaurichamoli404
3

Ãnswér :

The ANSI C standerd allows the identifier names that begin with these characters combination 5o be reserved for compiler use .

The identifieres with file level scope should also not be named with an underscore and a lower case letter as the first 2 letters .

indentifier names that begin with these characters are also reserved..

Høpē this helps you

Similar questions