Art, asked by shashankdubey939, 6 months ago

differentiate between compiler and interpreter​

Answers

Answered by Aayati17
14

Answer:

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.

Explanation:

Hope it helps mark me brainlist ✔️✔️

Similar questions