Important Notice:

Course Content
Introduction to Programming (Chapter 1) M3-R5.1
About Lesson

Interpreter:

Interpreter एक translator है जो high-level language में programs को low-level language में परिवर्तित करने के लिए उपयोग किया जाता है। Interpreter programs को line by line translates करता है, और translation process के दौरान एक बार त्रुटि की रिपोर्ट करता है।

Example: C, C++ etc.

Interpreter :

It converts the whole program in one session and also reports errors that occurred during translation. 

Example: C, C++ etc.

error: Content is protected !!