0
8.3kviews
What are the different phases of Compiler? Illustrate compilers internal representation of source program for following statement after each phase.

Position: — initial + rate * 60

This question appears in Mumbai University > System programming and compiler construction subject

Marks: 10 M

Year: Dec 2015

1 Answer
2
301views

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 …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.