Computer Science, asked by sanvikulkarni67, 18 days ago

A compiled program runs faster than an interpreted program . Explain

Answers

Answered by aditya202088
0

{\huge{\mathcal{\fcolorbox{aqua}{azure}{\red{Answer}}}}}

A compiled program is faster to run than an interpreted program, but it takes more time to compile and run a program than to just interpret it. ... It happens fundamentally because it must analyze each statement just once, while an interpreter must analyze it each time.

Similar questions