कम्पाइलर और इण्टरप्रिटर में क्या अन्तर है ?
Answers
Answered by
4
Answer:
Compiler converts humans languages to machine language.
while interpreter changes human language to other human's language.
HOPE IT HELPS......
Answered by
1
Answer:
A compiler is a translator which transforms source language (high-level language) into object language (machine language). In contrast with a compiler, an interpreter is a program which imitates the execution of programs written in a source language. Another difference between Compiler and interpreter is that Compiler converts the whole program in one go on the other hand Interpreter converts the program by taking a single line at a time.
Explanation:
HOPE IT HELPS
MARK ME BRAINLIEST ✌
Similar questions