+ 1

What is Identifier?

Hey fellas! Can anyone help explain with example, what does ' IDENTIFIER' mean. I didn't get that piece, please.

25th Jul 2016, 5:46 PM
Moses Cellestine
Moses Cellestine - avatar
3 Answers
+ 4
Hey , the identifier is used as alias for example int A= 15 so You can now only write a instead of 15
25th Jul 2016, 7:49 PM
Linus
+ 2
An identifier is a name given to memory location. In simple words it is like a variable which can be used to store values. Example: int x=2; Here it stores the value 2 in the identifier(variable) x. The value of x can be changed too as per the need.
26th Jul 2016, 8:35 AM
Programmer
+ 1
Lots of gratitude to you buddies, it helped a lot.
26th Jul 2016, 3:59 PM
Moses Cellestine
Moses Cellestine - avatar