InterviewSolution
Saved Bookmarks
| 1. |
L1 is accepted by the NFA, obtained by changing the accepting state of M to a non-accepting state and vice versa. Which of the following statements is true?(a) L1 = {0, 1}* – L(b) L1 = {0, 1}* – L(c) L1 ⊆ L(d) L1=LI got this question by my college director while I was bunking the class.This intriguing question comes from Obtaining the regular Expression from the Finite automata topic in chapter Finite Automata and Regular Expression of Compiler |
|
Answer» Correct answer is (b) L1 = {0, 1}* – L |
|