1
19kviews
What are the different phases of Compiler? Illustrate compilers internal representation of source program for following statement after each phase. Position:- initial + rate $\times$ 60
1 Answer
3
1.0kviews

Compiler

  • A Compiler is a Language Translator that takes as input source program and generates object program.

enter image description here

Cross Compiler

  • Runs on one machine and generates assembly code for another machine.
  • C-compiler works in 2 passes where pass 1 performs Analysis and pass 2 performs synthesis.
  • C- Compiler is written 80% …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.