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

Related questions

0 votes
asked Oct 17, 2023 in JavaScript by GeorgeBell
0 votes
asked Mar 2, 2020 in ECMAScript by rajeshsharma
...