What is meant by compilation and interpretation? How do they differ?

In compilation the compiler checks the program and locates all the errors while in interpretation the interpreter checks the program and stops when error occurs.

Compilation process requires more memory rather than interpretation

Leave a comment