InterviewSolution
Saved Bookmarks
| 1. |
The language accepted by this DFA is?(a) b*ab*ab*ab*(b) (a+b)*(c) b*a(a+b)*(d) b*ab*ab* |
|
Answer» Correct answer is (c) b*a(a+b)* Best explanation: Initially circle s around b so b* then a then followed by (a+b)*. |
|