1.

In C language can the first letter of the Identifier be Underscore true or false

Answer»

ong>In C language can the first letter of the Identifier be Underscore - True

  • C language is a basic computer programming language used to develop DATABASES, applications and software
  • A letter or the underscore must ALWAYS remain the first character in an identifier.
  • However, beginning IDENTIFIERS with an underscore is often considered as a  bad programming style. In key identifiers, the compiler accurately distinguishes between UPPER and lowercase letters.


Discussion

No Comment Found