Multiple choice technology programming languages

IN WHICH OF THE FOLLOWING VERSIONS OF COBOL, THE USE OF GO TO STATEMENT HAS BEEN ELIMINATED FROM COBOL STANDARDS?

  1. COBOL-68

  2. COBOL-74

  3. COBOL-85

  4. COBOL-9x

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

COBOL-85 was the version where the GO TO statement was eliminated from the standards. Earlier versions (68, 74) still included GO TO, and COBOL-9x maintained this structured programming approach without GO TO.