

InterviewSolution
Saved Bookmarks
1. |
(0+ε) (1+ε) represents(a) {0, 1, 01, ε}(b) {0, 1, ε}(c) {0, 1, 01 ,11, 00, 10, ε}(d) {0, 1}The question was asked in an interview.My question comes from Operators of Regular Expression in portion Regular Expressions and Languages of Automata Theory |
Answer» Correct choice is (a) {0, 1, 01, ε} |
|