

InterviewSolution
Saved Bookmarks
1. |
In NFA, this very state is like dead-end non final state:(a) ACCEPT(b) REJECT(c) DISTINCT(d) STARTThis question was addressed to me during an interview for a job.The doubt is from The Language of NFA in chapter Finite Automata of Automata Theory |
Answer» CORRECT CHOICE is (b) REJECT Explanation: REJECT state will be LIKE a halting state which rejects a particular invalid INPUT. |
|