Open In App

UGC-NET | UGC NET CS 2014 Dec – II | Question 33

In a two-pass assembler, symbol table is
(A) Generated in first pass
(B) Generated in second pass
(C) Not generated at all
(D) Generated and used only in second pass

Answer: (A)
Explanation: In a two-pass assembler, symbol table is generated in first pass but it need two pass to scan whole source file. While one pass assembler scan whole file in a go.
So, option (A) is correct.
Quiz of this Question

Article Tags :