MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is the correct regular expression to represent the of strings in {a, b}* with an odd number of a’s? |
| A. | b* ab* (ab*a)*b* |
| B. | (ab)* (ab)* |
| C. | b* ab(ab*)* |
| D. | b* (ab* ab*)* ab* |
| Answer» E. | |