in Compiler Design edited by
419 views
0 votes
0 votes

Pick the correct statement about interpreter:

A.    No Intermediate Object Code is Generated

B.      No machine code is generated

I. A

II. B

III. Both A and B

Iv. Neither a nor B

in Compiler Design edited by
by
419 views

1 Answer

0 votes
0 votes
both are correct. interpreter just takes program and data as input and produces output directly, where as compiler takes program as input and produces object code as output to which we can give input to get the output

1 comment

If no machine code or intermediate code is generated, then it means that every time program is to be run it is interpreted every time.
0
0

Related questions