Explain Translation process with necessary diagram.
A translator is a kind of program that takes one form of program as input and converts it into another form.
The input is called source program and output is called target program.
The source language can be assembly language or higher level language like C, C++, FORTRAN, etc...
There are three types of translators,
1. Compiler
2. Interpreter
3. Assembler
Follow Us