...
October 25, 2023

UGC NET CS 2014 June-paper-2

Question 6 A grammar G is LL(1) if and only if the following conditions hold for two distinct productions A → α | β First (α) […]
October 28, 2023

GATE 2021 CS-Set-2

Question 33  In the context of compilers, which of the following is/are NOT an intermediate representation of the source program? A Three address code B Abstract […]
July 25, 2024

Compiler-Design

Question 348 Which of the following correctly describes LR(k) parsing? A The input string is alternately scanned left to right and right to left with k […]
August 3, 2024

Compiler-Design

Question 7 Suppose we have a computer with a single register and only three instructions given below: LOAD addren ; load register ; from addren STORE […]