InterviewSolution
Saved Bookmarks
| 1. |
Which type of string is accepted by the following finite automata?(a) All string(b) Null string(c) No string(d) None of the mentioned |
|
Answer» Right answer is (b) Null string To elaborate: Null strings are not accepted by finite automata. |
|