

InterviewSolution
Saved Bookmarks
1. |
Reverse of a DFA can be formed by(a) using PDA(b) making final state as non-final(c) making final as starting state and starting state as final state(d) None of the mentionedI got this question in an interview for job.This key question is from Union, Intersection & Complement topic in division Finite Automata of Automata Theory |
Answer» Right option is (c) making final as STARTING STATE and starting state as final state |
|