Computer Science, asked by sundriyalvinay6, 11 months ago

What is the difference between identifier, variable,token with example

Answers

Answered by koushik8786
2

Answer:

The identifier is only used to identify an entity uniquely in a program at the time of execution whereas, a variable is a name given to a memory location, that is used to hold a value. Variable is only a kind of identifier, other kinds of identifiers are function names, class names, structure names, etc.

Mark as the brainliest please.

Similar questions