What is the primary purpose of using data types in COBOL?

  • To control the flow of the program.
  • To define the size of a program.
  • To describe the data structure of variables.
  • To specify the color of a variable.
In COBOL, data types are used to describe the structure and nature of variables, allowing the program to work with different types of data effectively.
Add your answer
Loading...

Leave a comment

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