1.

What is the difference between compiler, interpreter, and assembler?

Answer»

ONE of the key differences between a compiler, an INTERPRETER, and an assembler is this - The compiler converts the whole high-level language program to MACHINE language at a time. On the other hand, an interpreter converts high-level language PROGRAMS to machine language line by line. An assembler converts assembly language programs to machine language.

Useful Preparation Resources:

Coding Practice

Java Interview

C Interview

.Net Interview

Automation Testing Interview

Networking Interview



Discussion

No Comment Found