+ 6
What is the difference between variables and identifiers??????
Is both are same??
3 Antworten
+ 7
variable have a memory location and data type that you can store a value inside it.but identifier is a name for your variable ! they're not same thing.
+ 4
*variables are like letters in math and identifiers are like numbers in literature
+ 3
values stored in the memory location which changes when program is running is nothing but a variable,
and the name given to it is identifier so as we can easily specify the location
no they aren't same