Login
Register
Home
Categories
Blogging
WordPress
Affiliate Marketing
Health & Fitness
SEO
Keyword Research
Google Adsense
Travel
Free SEO Tools
New
Blog Directory
Community
Explore
Free Keyword Search
Reward Program
Earn ₹
Guest Posting List
Marketplace
Resources
Beginners Guide
Glossary A-Z
Video Tutorials
Guide & Reviews
Akshat Gupta
Last updated on September 10th, 2021
What is the difference between compiler and interpreter
Like (0)
Comments (1)
Leave a Reply
To leave a comment, please
Login
or
Register
Comments (1)
Selected
Akshat Gupta
1 year ago
Compiler programs take up more memory because the entire object code has to reside in memory.
Interpreter does not generate intermediate object code, it generates machine code. As a result, the interpreter program requires less memory.
The compiler executes conditional control statements (such as if-else and switch-case) and is logically faster than the interpreter.
The interpreter executes conditional control statements very slowly.
Like (0)
Reply
Interpreter does not generate intermediate object code, it generates machine code. As a result, the interpreter program requires less memory.
The compiler executes conditional control statements (such as if-else and switch-case) and is logically faster than the interpreter.
The interpreter executes conditional control statements very slowly.