Computer Science, asked by kanchansadhup98oa3, 1 year ago

Difference between literals and variables in three points

Answers

Answered by tanu23082
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