Difference between Compiler and Interpreter
In this tutorial you will learn about difference between compiler and interpreter i.e. compiler vs interpreter. We know that computers can only understand machine language which is in binary format. But we write in natural programming language (like C, Java etc). So there must be something which converts these programming instructions into machine understandable instructions. …
