InterviewSolution
Saved Bookmarks
| 1. |
W hat is the complement of the language accepted by the NFA shown below?(a) A,B(b) B(c) C(d) D,C |
|
Answer» The correct option is (b) B The explanation is: The given alphabet contains only one symbol {a} and the given NFA accepts all strings with any number of occurrences of ‘a’. |
|