InterviewSolution
Saved Bookmarks
| 1. |
What Is Literal ? |
|
Answer» The basic representation of any integer, floating point, or CHARACTER VALUE. For EXAMPLE, 3.0 is a double-precision floating point LITERAL, and "a" is a character literal. The basic representation of any integer, floating point, or character value. For example, 3.0 is a double-precision floating point literal, and "a" is a character literal. |
|