Sikta RoyKnowledge Contributor
What is the difference between a compiler and an interpreter?
What is the difference between a compiler and an interpreter?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Questions | Answers | Discussions | Knowledge sharing | Communities & more.
A compiler translates the entire source code of a program into machine code or intermediate code before execution, producing an executable file.
In contrast, an interpreter translates source code line-by-line into machine code or intermediate code during runtime, executing it immediately.