January 3, 2025GATE 2011Question 14 In a compiler, keywords of a language are recognized during A parsing of the program B the code generation C the lexical analysis of […]
January 3, 2025GATE 2011Question 7 The lexical analysis for a modern computer language such as Java needs the power of which one of the following machine models in a […]
January 28, 2025GATE 2017 [Set-1]Question 12 Consider the following intermediate program in three address code p = a - b q = p * c p = u * v […]
February 15, 2025GATE-2024-CS1(Forenoon)Question 26 Which of the following is/are Bottom-Up Parser(s)? A Shift-reduce Parser B Predictive Parser C LL(1) Parser D LR Parser compiler-designParsers Question 26 Explanation: Bottom-Up […]