Computer Science, asked by gokulchandramohapatr, 4 months ago

4.
Differentiate between an interpreter and a compiler.​

Answers

Answered by singhtirath1948
1

Answer:

free points ke liye thx

Answered by Anonymous
2

Answer:

\huge\green{\boxed{\green{\mathfrak{\fcolorbox{red}{black}{\underline{\pink{AN}\blue{S}\purple{WE}\orange{R}\red{:}\green{-}}}}}}}

Interpreter translates just one statement of the program at a time into machine code. Compiler scans the entire program and translates the whole of it into machine code at once. An interpreter takes very less time to analyze the source code. However, the overall time to execute the process is much slower.

Similar questions