difference between a compiler and an interpreter
please answer this question
Answers
Answered by
2
A compiler is a translator which transforms source language (high-level language) into object language (machine language). ... Another difference between Compiler and interpreter is that Compiler converts the whole program in one go on the other hand Interpreter converts the program by taking a single line at a time
Answered by
2
Answer:
Hello mate
Explanation:
Compiler transforms code written in a high-level programming language into the machine code, at once, before program runs, whereas an Interpreter coverts each high-level program statement, one by one, into the machine code, during program run. Compiled code runs faster while interpreted code runs slower.
Similar questions
Computer Science,
4 months ago
Physics,
4 months ago
English,
8 months ago
Social Sciences,
8 months ago