

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following regular expression resembles the given diagram? |
A. | {a}*{b}*{a,b} |
B. | {a,b}*{aba} |
C. | {a,b}*{bab} |
D. | {a,b}*{a}*{b}* |
Answer» C. {a,b}*{bab} | |