October 3, 2023

Compiler-Design

Question 1 Consider the grammar given below: S → Aa A → BD B → b | ε D → d | ε Let a, b, d and $ be […]
October 3, 2023

Compiler-Design

Question 2 Which one of the following kinds of derivation is used by LR parsers? A Leftmost in reverse B Rightmost in reverse C Leftmost D […]
October 3, 2023

GATE 2007

Question 12 The height of a binary tree is the maximum number of edges in any root to leaf path. The maximum number of nodes in […]
October 3, 2023

GATE 2023

Question 15 The Lucas sequence Ln is defined by the recurrence relation: Ln = Ln-1 + Ln-2 , for n >= 3, with L1 = 1 […]
error: Alert: Content selection is disabled!!