

InterviewSolution
Saved Bookmarks
1. |
Let w be a string and fragmented by three variable x, y, and z as per pumping lemma. What does these variables represent?(a) string count(b) string(c) both (a) and (b)(d) none ofthe mentionedThe question was asked during an interview.My query is from Pumping Lemma for Regular Language topic in portion Properties of Regular Languages of Automata Theory |
Answer» The correct choice is (a) string count |
|