Difference between Compiler and Interpreter
what is a Compiler ? A compiler is a piece of code that translates the high level language into machine language. The compiler scans the entire program first and then translates it into machine code which will be executed by Read more…