How Compiler & Interpreter Works In C Programming Language & Difference Between Compiler & Interpreter
Get Our Latest Interview Questions: Aptitude, Reasoning, English, GD, HR-PI
Language Conversion:
In our previous post we know, high level & low level programming language. Now the next question arise how computer convert from high level language to low level language.
Answer: Each high level language needs a compiler & Interpreter to convert or translate instruction written in high level (User Language) to low level (Machine) language.
Now the next question would be: What is Compiler & Interpreter
Compiler:
Compiler converts the source code to object code. Compiler converts hole source code to object code in a single time. Compiler converts very fast our programs.
Interpreter:
It also convert the source code to object code but it converts line by line. So it will take some time for conversion but in compiler it converts hole code to object code in once.
Difference Between Compiler & Interpreter:
Expert Review: To convert high level language into low level language we need compiler & Interpreter you know this. High level & Low level language is very important in viva questions. and compiler & interpreter is very very important in interviews, it is frequently asked questions in maximum companies interview.
Enter Your Email Address To Get Our Latest Programming Updates In Your Mail / Subscribe Our Updates In Your Mail: