Saved Bookmarks
| 1. |
Advantages of translators in programming language |
|
Answer» A translator is a computer PROGRAM that performs the translation of a program written in a given programming language into a FUNCTIONALLY equivalent program in another computer language, without losing the functional or LOGICAL structure of the original CODE. These include translations between high level and human-readable computer languages such as C++, Java and COBOL. |
|