

MCQOPTIONS
Saved Bookmarks
1. |
The regular expression with all strings of 0′s and 1′s with at least two consecutive 0′s is? |
A. | 1 + (10)* |
B. | (0+1)*00(0+1)* |
C. | (0+1)*011 |
D. | 0*1*2* |
Answer» C. (0+1)*011 | |