What is the common feature between …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Angomjanbam Anju 5 years ago
- 2 answers
Yogita Ingle 5 years ago
- Compiler transforms code written in a high-level programming language into the machine code, at once, before program runs, whereas an Interpreter coverts each high-level program statement, one by one, into the machine code, during program run.
- Compiled code runs faster while interpreted code runs slower.
- Compiler displays all errors after compilation, on the other hand, the Interpreter displays errors of each line one by one.
- Compiler is based on translation linking-loading model, whereas Interpreter is based on Interpretation Method.
- Compiler takes an entire program whereas the Interpreter takes a single line of code.
Related Questions
Posted by Account Deleted 1 year, 7 months ago
- 1 answers
Posted by T Kumaran 1 year, 4 months ago
- 0 answers
Posted by Samyak Jain 1 year, 5 months ago
- 0 answers
Posted by Gowri Menon .Menon 1 year, 3 months ago
- 0 answers
Posted by Anshika Maurya 1 year, 2 months ago
- 0 answers
Posted by Anchal Ratna 1 year, 7 months ago
- 1 answers
Posted by Jaspreet Sethi 1 year, 3 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Gaurav Seth 5 years ago
Similarities between compiled and interpreted languages are given below:
0Thank You