What is the Translator in C Language
A translator is system software that converts one programming language to a machine-level language. Software that provides services to another program is known as system software. Example: – operating system, driver, compiler, assembler interpreter etc… Types of Translator There are generally three types of translators there: compiler, assembler, interpreter. Compiler: is system software that converts […]
Continue Reading