Posted by Sia on Friday, September 16, 2011 at 8:36am.
A compiler translates code from a source language (e.g. C, C++, Java) to a target language, which can then be executed by a (virtual or physical) machine.
An interpreter reads code in an interpreted language (e.g. PHP, Perl, JavaScript) and directly executes the contained instructions.
Is the interpreter used for C ?
Not really. Well, for example the format string of printf is interpreted in run-time.
Related Questions
Computer Information - A __________ provides the tools that a programmer uses to...
Social Studies - How did Squanto, the interpreter for Massasoit and the Pilgrims...
SOCIAL STUDIES - How did Squanto, the interpreter for Massasoit and the Pilgrims...
5th grade - how dud sqyabti, the interpreter for massasoit and the pilgrims. ...
Really bad interpreter - Can some one explain this to me????? "The American...
French - Name some jobs that use French. Where knowing French is important? Some...
cis/105 - Distinguish the difference between computer data represented by the ...
computer - what's difference between an IT infrastructure and an IT platform...
Statistics - The notion of statistical significance is frequently used in ...
English - Native speakers - Hello once again! Can you tell me the difference ...
For Further Reading