Multiple choice technology web technology

Which among the following are called the Figurative Constants?

  1. Space, Spaces

  2. 66, 77, 88

  3. Zero, Zeroes

  4. None of the above

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

In COBOL, figurative constants are system-defined names that represent constant values. SPACE/SPACES represents one or more blank characters, and ZERO/ZEROES/ZEROS represents numeric zero. Numbers like 66, 77, 88 are level numbers or literals, not figurative constants.