MCQOPTIONS
Saved Bookmarks
| 1. |
The given NFA corresponds to which of the following Regular expressions? |
| A. | (0+1) *(00+11) (0+1) * |
| B. | (0+1) *(00+11) *(0+1) * |
| C. | (0+1) *(00+11) (0+1) |
| D. | (0+1) (00+11) (0+1) * |
| Answer» B. (0+1) *(00+11) *(0+1) * | |