Multiple choice technology programming languages

The maximum number of dimensions that an array can have in COBOL-85 is

  1. 7

  2. 10

  3. 9

  4. 15

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

COBOL-85 standard specifies a maximum of 7 dimensions for arrays (OCCURS clause can be nested up to 7 levels). This is a well-defined limit in the COBOL-85 standard, distinguishing it from other versions.