Differentiate between Complier and Interpreter?
Answer Posted / guest
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 shows the errors so debugging becomes easier
the best example is C language
where as in interpreter if we miss any syntax it violates
that particular line and goes to the next line
in this case we may or may not get the required output
it does not show any errors even though its violates the syntax
the best example is HTML
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How can you pause the execution of a Thread for a certain amount of time?
What is LiveLock?
When designing the file structure for an operating system, what attributes are considered?
Explain the difference between internal and external fragmentation in memory management. Suggest ways to reduce them.
Why do we need inter process communication?
What is Page-Stealer process?
Why use 64bit excel?
What is the difference between process and program?
Difference between a thread and process?
Explain the Difference between Process and a Thread.
What is shadow ram?
What is the Difference between a process and a thread?
What is the most used operating system in the world?
What do you mean by threads in Operating System?
What are the steps involved in following a particular instruction given by the cpu?