Differentiate between Complier and Interpreter?
Answer Posted / tejpal suresh
when ever a program is to be compiled the syntax is
necessary and we wont receive the output until a correct
syntax is written.
it show the errors so debugging becomes easier the best
example is language.
where as in interpreter if we miss any syntax its violates
that particular line and goes to the next line.
in this case we may or may not get the required output.
it does any errors even though its violates the syntax the
best example is HTML.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Who invented os?
What do you understand by system clock?
What is context-switching in multi-threading?
Is microsoft edge replacing internet explorer?
Tell me something about the concept of memory leak?
What resources are used when a thread created? How do they differ from those when a process is created?
Explain any program using Semaphores.
Can a bad cpu cause blue screen?
What is lts in node js?
How do I know 64 bit?
How do I clean up program files?
What does it mean to restore default settings?
Why is 32 bit called x86 and not x32?
What are page frames?
Considering notepad/IE or any other thing as process, What will happen if you start notepad or IE 3 times ? Where three processes are started or three threads are started?