0
What's the difference between Variables and Identifiers(C- tokens)
2 Answers
+ 3
An identifier is just a name to identify a variable or a function in a program.
Whereas a variable is a type of identifier which are actually allocated a memory location for them to exist.
+ 3
This question was answered before. Next time Please use the search function before posting on Q&A to avoid duplicate questions. Thank you.
https://www.sololearn.com/post/10362/?ref=app
https://www.sololearn.com/discuss/1731559/?ref=app