what do you understand by the term identifiers
Answers
Answered by
5
Definition - What does Identifier mean? An identifier, in C#, is the user-defined name of a program element. It can be a namespace, class, method, variable or interface. Identifiers are symbols used to uniquely identify a program element in the code.
Answered by
2
an identifier in C# is the user defined name of a program element. it can be a name space , class , method , variable or interface. identifiers are the symbols used to uniquely identify a program element in a code. they are used to refers to type , constants , macros and parameter. an identifier name should indicate the meaning and usage of the element being reffered.
I hope this answer will help you
please mark me as a brainlist
I hope this answer will help you
please mark me as a brainlist
Similar questions