Q41GATE 2001MCQ
Which of the following statements true ?
📖 Explanation
Context-Free Languages (CFLs) are not closed under intersection or complementation, making options C and D false. Option A is false because deterministic Push-Down Automata (PDAs) only accept a proper subset of CFLs, known as Deterministic Context-Free Languages (DCFLs). For option B, if L1 and L2 are CFLs with grammars having start symbols S1 and S2, their union L1∪L2 is generated by a new grammar with the start rule S→S1∣S2. This constructive proof demonstrates that the union of two CFLs is always a CFL.