Difference between literals and variables in three points
Answers
Answered by
1
A literal is notation for representing a fixed ( const ) value. A variable isstorage location associated with asymbolic name (pointed to, if you'd like). In any programming language aLiteral is a constant value, where as identifiers can change their values. Identifiers can store literals and process them further
Similar questions