Report Bug
Qus : Which of the following is not true about an interpreter
Qus इंटरप्रेटर के बारे में निम्नलिखित में से कौन सा सही नहीं है

A. Interpreter generates an object program from the source program
B. Interpreter is a kind of translator
C. Interpreter analysis each source statement every time it is to be executed
D. None of the above


Solution
A. Interpreter generates an object program from the source program






Report Bug