InterviewSolution
Saved Bookmarks
| 1. |
Explain what you mean by literals and write its types. |
|
Answer» Literals, or constants, are any CONSTANT value that can be assigned to a variable. A literal is a set of symbols used to DESCRIBE a constant value in the code. They are classified into the FOLLOWING types:
|
|