MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following regular expression allows strings on {a,b}* with length n where n is a multiple of 4. |
| A. | (a+b+ab+ba+aa+bb+aba+bab+abab+baba)* |
| B. | (bbbb+aaaa)* |
| C. | ((a+b)(a+b)(a+b)(a+b))* |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |