0
what is the difference between variable and identifier
2 odpowiedzi
+ 3
An Identifier is a name of variable, function, class, object, etc., whereas variable is a name used to refer a location in memory whose value may change during program execution.
+ 1
An identifier is just the name of the variable/class/enum/function/union/struct/namespace and i dont know if i'm missing something.