Question
Three pineapples P1, P2, and P3 are shared by five
persons Mehul, Rishi, Sita, Rina and Parul. Mehul shares pineapple with Parul. Pineapple P2 is shared with Sita, who shares it with Rina but not with Rishi. Who among them definitely ate a single pineapple? I. Rina did not get share in pineapple P3 while Rishi did not get share in pineapple P2. II. Parul likes to share pineapple P3, but not with Rishi. Each of the questions given below has one question and two statements marked I and II. You have to decide whether the data provided in the statements are sufficient to answer the question. Read both the statements and give answer.Solution

What is the primary output of the lexical analysis phase of a compiler?
What is a primary advantage of generating intermediate code during compilation?
Which parsing method uses a stack and an input buffer?
Which phase of a compiler is responsible for creating a stream of tokens from the input source code?
If an expression `x = a + b` is computed, and later in the same basic block, `y = a + b` is computed, a compiler can apply which optimization?
Which of these is used for resolving operator precedence in parsing?
Which data structure is commonly used in the implementation of recursive descent parsing?
What is the purpose of Normalization in database design? Â Â Â Â Â
Which parsing technique is a top-down parser that cannot handle left recursion and requires the grammar to be free of common prefixes?
A "parser" is primarily responsible for which phase of compilation?