0 votes
in Cobol by
What are literals?

1 Answer

0 votes
by

A literal is a data item which consists value by itself. It cannot be referred by a name. They are constant data items. There are two types of literals:

  1. String / Alphanumeric Literals
  2. Numeric Literals
...