What is a COBOL constant?

  • A reserved word in COBOL
  • A subroutine in COBOL
  • A value that remains unchanged during the execution of the program
  • A variable with a changing value
In COBOL, a constant is a value that remains unchanged during the execution of the program. It is typically used for storing fixed values like literals or predefined constants, providing a way to assign fixed data to variables.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *