+ 1
What is identifier ???
I m confused about identifier
5 Antworten
+ 4
identifier is something which is used to identify the data uniquely. eg. variable name.
+ 4
identifier is used to identify a memory location by some name given to it which is known as variable. So that in future when we want to access that memory location we can access it by the name.
+ 2
identifier is a name used to identify a variable, function, class, module, or any other user-defined item.
+ 2
you can think of it like a box,with a name where you can store different values depending on which values you want to store
+ 1
Identifier is a particular name for a variable from which the variable get identify.