Computer Science, asked by elogicsinfotech, 10 months ago

what is the difference between literal and a variable ?​

Answers

Answered by navkomal
3

A literal is notation for representing a fixed ( const ) value. A variable is storage location associated with a symbolic name (pointed to, if you'd like).

Similar questions