Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What is difference between compiler and interpreter?

4 like 0 dislike
What is difference between compiler and interpreter?
Tell me some information about that.
asked 1 year ago by pollard (41,990 points)

1 Answer

1 like 0 dislike
 
Best answer
1. A compiler, in general, reads higher level language computer code and converts it to either p-code or native machine code. An interpreter runs directly from p-code or an interpreted code such as Basic or Lisp.

2. Compiler checks syntax of programme where as Interpreter
checks the keywords of a prog.
answered 1 year ago by william (91,210 points)

Related questions