recategorized by
7,415 views
5 votes
5 votes

Which of the following is not an intermediate code form?

  1. Syntax trees
  2. Three address codes
  3. Quadrupules
  4. Post fix Notation
recategorized by

1 Answer

1 votes
1 votes

Ans is C 

Intermediate codes are machine independent codes, but they are close to machine instructions.

 he given program in a source language is converted to an equivalent program in an intermediate language by the intermediate code generator.

intermediate code has the following property – simple enough to be Translated to assembly code . complex enough to capture the complication of high level language

The intermediate code can be represented in the form of postfix notation, syntax tree, directed acyclic graph (DAG), three-address code.Out of which 3 address code is  most important  and it can be represented by Quadrupules , triples or indirect triples.

 

http://www.facweb.iitkgp.ac.in/~niloy/COURSE/Autumn2006/Compiler/notes/IC3002.pdf

https://www.geeksforgeeks.org/intermediate-code-generation-in-compiler-design/

Answer:

Related questions

3 votes
3 votes
1 answer
2
3 votes
3 votes
3 answers
3
go_editor asked Nov 20, 2020
3,444 views
The number of positive integers not exceeding $100$ that are either odd or the square of an integer is _______$63$$59$$55$$50$
2 votes
2 votes
2 answers
4
go_editor asked Nov 20, 2020
3,198 views
How many ways are there to pack six copies of the same book into four identical boxes, where a box can contain as many as six books?$4$$6$$7$$9$