Advertisements
Advertisements
Question
What is a literal?
Answer in Brief
Solution
Literal is a constant that remains fixed throughout the discussion of a program. It is the value that can be assigned to a variable. For example,
- Integer literals: 12, 4, 342, etc.
- Real literals: 1.02, 345.657, 0.00002, l.0e-05, etc.
- Character literals: 'A', 'p', ':','?', etc.
- String literals: "COMPUTERS", "PAY2013", "3421", etc.
- Boolean literals: true or false.
shaalaa.com
Is there an error in this question or solution?