Computer Sciences > Gate 2017 Set-2 > Compiler Design
Match the following according to input(from the left column) to the compiler phase(in the right column) that process it:
| (P)Syntax Tree | (i)Code generator |
| (Q)Character Stream | (ii)Syntax analyser |
| (R)Intermediate representation | (iii)Semantic analyser |
| (S)Token stream | (iv)Lexical analyser |
Explanation
Correct : Compiler Design
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.