Differentiate between compiler and interpreter?
Answers were Sorted based on User's Feedback
Answer / jo
Compiler compiles the whole code and generates the error at
the end whereas interpreter compiles the code line by line
and generates the error immediately.
| Is This Answer Correct ? | 45 Yes | 7 No |
Answer / somenath
compiler is a program that translates code of a programming
language in machine code. it is a special program that
processes statements written in a particular programming
language ang converts them into machine language, a "binary
program" or "code", that a computer processor uses while
interpreters translate code one line a time, executing each
line as it is "translated" much the way a foreign language
interpreter would translate a book, y translating one line
it a time. interpreters do generate bnary code, but that
code is never compiled into one program entity.so tht is
very help full to computer programing language.
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / hikaru lee
compiler is a program that translates code of a programming
language in machine code. it is a special program that
processes statements written in a particular programming
language ang converts them into machine language, a "binary
program" or "code", that a computer processor uses while
interpreters translate code one line a time, executing each
line as it is "translated" much the way a foreign language
interpreter would translate a book, y translating one line
it a time. interpreters do generate bnary code, but that
code is never compiled into one program entity.
| Is This Answer Correct ? | 20 Yes | 8 No |
Answer / bhakti thakre
Hi All.
I think compiler do the compilation of the program
completely and then give error. But interpreter compiles the
whole code line by line.
| Is This Answer Correct ? | 11 Yes | 3 No |
What are the key object oriented concepts used by Windows NT?
Give the disadvantages of Havander's Strategies.
What is Dirty bit? What is the role/purpose of dirty bit?
What is the meaning of busy spin in multi-threading?
For a deadlock to occur what are the necessary conditions
Which event determines that all the controls are completely loaded into memory?
What are local and global page replacements?
What is the x86 folder?
Who was the discover Mouse & When.?
What are the different phases of compiler? What happens in lexical phase?
Can I move program files x86 to another drive?
What is multi-tasking, multi-programming,multi-threading?