differentiate between compiler and interpreter
Answers
Answered by
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