Multiple choice technology programming languages

A COBOL 85 program can invoke routines written

  1. C

  2. C++

  3. PASCAL

  4. FORTAN

  5. TAL

  6. All of the above

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

COBOL 85 supports calling routines written in other programming languages through Language Environment (LE) and inter-language communication interfaces. This includes C (for system-level operations), C++ (through appropriate interfaces), Pascal, Fortran (misspelled as 'FORTAN' in option D), and TAL (Tandem Application Language, a system programming language for Tandem/NonStop systems). Therefore, all of these languages can be invoked from COBOL 85.