What is identifier ??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is identifier ???

I m confused about identifier

10th Jan 2017, 6:46 PM
Himanshu Singh
Himanshu Singh - avatar
5 Answers
+ 4
identifier is something which is used to identify the data uniquely. eg. variable name.
10th Jan 2017, 7:10 PM
Nawaj Shareef
Nawaj Shareef - avatar
+ 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.
2nd Feb 2017, 5:38 AM
Ashu Bagul
Ashu Bagul - avatar
+ 2
identifier is a name used to identify a variable, function, class, module, or any other user-defined item.
12th Jan 2017, 3:55 AM
Thydaduong Marady
Thydaduong Marady - avatar
+ 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
15th Jan 2017, 2:48 PM
Amir Zahirovic
Amir Zahirovic - avatar
+ 1
Identifier is a particular name for a variable from which the variable get identify.
14th Jan 2017, 10:05 AM
Amol Gupta
Amol Gupta - avatar