Meaning of Identifiers
In this article I explain about what is the meaning of Identifier and how it is helpful for developer with example of code snippet .
Program Develop When we do, we get a variety of Computer Memory Data in the Input variety and it has to Processing. Computer with Data in the process of any kind, whether we want to, we all need to Store Data in the Memory of the First Computer. Computer's Memory to a Data Store Data with without in any way that we can not process.. Every Location in Computer Memory is a Unique Address. When we in Computer Data Input to the Process When somebody in the Data Memory Store Location is visiting., the Data Memory Allocate work to do at your convenience, our Operating System itself.
At the time of our Data Store is the Compiler Memory Reserve, at the same time we Reserve Assign a name to give the Memory Location. By this name we can Identify our Data in Memory of the Computer. Paid by us to a Memory Location of Data Identifier The name itself says.
An identifier in a very orthodox program should be within the canonical format outlined by Unicode normalisation type C, as outlined by Unicode normal . The prefix "@" permits the employment of keywords as identifiers, that is beneficial once interfacing with alternative programming languages. The character @ isn't truly a part of the identifier, that the symbol could be seen in alternative languages as a standard symbol, while not the prefix. an identifier with an @ prefix is termed a verbatim identifier. Use of the @ prefix for identifiers that aren't keywords is allowable, however powerfully discouraged as a matter of fashion.. Identifier for a name that would make us Follow these rules, which are called Identifier Naming Convention are:
Any Identifier to any Upper Case and Lower Case Character name can be used.
Underscore in any Identifier names can also be used.
Identifier name of any use if we want to digits, the digits before using or Underscore Character Must be at least one is.
In addition Identifier names such as any Special Symbol Period, Comma, Blank Space, etc. can not be used. We Identifier Reserve Word of the name or the name of a Built-In Function can not use.
Any name can not start with a number.
The example:
Using System
class @class
{
public static void @static(bool @bool) {
if (@bool)
System.Console.WriteLine("true");
else
System.Console.WriteLine("false");
}
}
class Class1
{
static void M() { cl\u0061ss.st\u0061tic(true);
}
}
C is a Case Sensitive Language, so the language name in Capital Letters and Small Letters individually considered. Int Sum and int sum of two isolated Variable Name or Identifies not be the same.
Constant Identifier Variable Identifier or any of the following ways we can put any name, that of "C" fully comply Naming Rules:
number
number2
Identifiers, C Programming Language is a part of Basic Programming Elements of the Variables, Constants, Literals and other Basic Elements / Sub-Elements are, without whom neither well understood properly can be understood not only in C Language Programming Language to another one, not only because the Basic Elements of Programming Language C Language but also any other are equally Exist.