May 17, 2024Question 8483 – Compiler-DesignWhich of the following statements is TRUE for the grammar given below? S->(L)/a L->L.S/S Correct Answer: B Question 305 Explanation: → The given grammar can be […]
May 17, 2024Question 7933 – Theory-of-ComputationConsider the context-free grammars over the alphabet {a, b, c} given below. S and T are non-terminals. G1: S → aSb|T, T → cT|ϵ G2: S […]
May 17, 2024Question 8413 – Theory-of-ComputationLet L be the language represented by the regular expression Σ*0011Σ* where Σ = {0,1}. What is the minimum number of states in a DFA that […]