Computer Science, asked by narendrabirua, 8 months ago

Defferentiate between variabel and identifier​

Answers

Answered by RitiRajJaiswal
0

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.

Explanation:

Mark me as brainliest

Answered by BrainyWay
1
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.
Similar questions