December 29, 2023

Programming

Question 34 Consider the following C declaration struct { short s [5] union { float y; long z; } u; } t; Assume that objects of […]
December 29, 2023

GATE 1995

Question 13 Which of the following strings can definitely be said to be tokens without looking at the next input character while compiling a Pascal program? […]
December 30, 2023

GATE 2000

Question 1 The minimum number of cards to be dealt from an arbitrarily shuffled deck of 52 cards to guarantee that three cards are from some […]
December 30, 2023

Compiler-Design

Question 37 Generation of intermediate code based on an abstract machine model is useful in compilers because A it makes implementation of lexical analysis and syntax analysis […]