Computer Science for IGCSE & O level - Programming (Section 2 - No. 24)

What is the role of an 'interpreter' in programming?
To translate high-level code into machine code.
To execute the code directly, line by line.
To store variables.
To debug the code.

Explanation

Interpreters read code line by line.

Comments (0)

Advertisement