compiler

  1. D

    what is compiler?

    compiler is a computer language or program that translates text written in computer language (the source language) into another computer language (the target language). the original sequence is usually called the source code and the output called object code.
Back
Top