January 31, 2024Compiler-DesignQuestion 10 A shift reduce parser carries out the actions specified within braces immediately after reducing with the corresponding rule of grammar S → xxW {print […]
January 31, 2024Compiler-DesignQuestion 8 Construct the LL(1) table for the following grammar. 1. Expr → _Expr 2. Expr → (Expr) 3. Expr → Var Expr Tail 4. ExprTail […]
January 31, 2024GATE 1993Question 5 Fourier series of the periodic function (period 2π) defined by But putting x = π, we get the sum of the series. A π2/4 […]
February 1, 2024GATE 2003Question 1 Consider the following C function. float f(float x, int y) { float p, s; int i; for (s=1, p=1, i=1; i < y; i […]