write a short notes on Compiler
Answers
Answered by
2
Compiler is a computer program that converts high level languages(C, C++, Java etc) into machine language so that it can be easily understood by a computer.
- Execution:
Source c0de (High Level Language) ➞ Compiler ➞ Object c0de (Machine Language)
Similar questions