Software
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 the computer processor and the corresponding tasks will be performed. what is Read more…