3. Differentiate between compiler and interpreter.
Answers
Answered by
1
A compiled language is a programming language whose implementations are typically compilers and not interpreter
interpreted language is a programming language whose implementations execute instructions directly and freely, without previously compiling a program into machine-language instructions
Similar questions