What is Identifier

Explain an identifier in detail?

E

Expert

Verified

Identifiers are nothing but the names which is given to numerous entities uniquely identified in the program. Name of identifiers should differ in spelling or casing. For example, MyProg and myProg are two different identifiers. Programming languages, like C# and Visual Basic, strictly restrict the programmers from using any keyword as identifiers. Class with public as a name cannot be created, because, public is a keyword used to specify the accessibility of data in programs.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.