February 13, 2024Compiler-DesignQuestion 37 Which of the following derivations does a top-down parser use while parsing an input string? The input is assumed to be scanned in left […]
February 13, 2024Question 9803 – Compiler-DesignThe syntax of the repeat-until statement is given by the gollowing grammar S → repeat S1 until E Where E stands for expressions, S and S1 […]
February 13, 2024Compiler-DesignQuestion 48 Consider the grammar shown below. S → C C C → c C | d The grammar is A LL(1) B SLR(1) but not […]
February 13, 2024Question 2914 – 2014 December UGC NET Paper 1CSS stands for Correct Answer: A A Cascading Style Sheets B Collecting Style Sheets C Comparative Style Sheets D Comprehensive Style Sheets