Compiler VS Interpreter
A compiler is a program that translates source code written in a programming language into machine code, which can be executed on a platform without having any special software to execute it.
An interpreter, on the other hand, is a program that execu...
riswan.hashnode.dev2 min read