0
1.1kviews
What is an Interpreter? Explain How python interpreter works.
1 Answer
0
122views

Solution:

What is an Interpreter?

An interpreter is a program that directly executes the instructions at a high-level language, without converting it into machine code.

In programming, we can execute a program in two ways. Firstly, through compilation and secondly, through an interpreter. The common way is to use a …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.