COMPILER


WHAT IS COMPILER IN PROGRAMMING?

COMPILERS A compiler is a translating program that translates the instruction of a high level language into machine level language. A compiler is so called because it compiles a set of machine language instruction for every program instruction of a high level language. A program is written by a programmer […]