What Is Compiler?
A compiler is a computer program that translates a program in a source language into an equivalent program in a target language.
or
Compilers: Translate a source (human-writable) program to an executable (machine-readable) program.
Properties Of Compiler :
▫️Translate the entire program.
▫️Convert the entire program to machine code.
▫️Requires more main memory.
▫️Neither source nor the compiler are required for execution.
▫️Slow for debugging and testing.
▫️Execution time is less.
▫️Security of source code .
Comments
Post a Comment