1.

GENERATE_A_REGULAR_EXPRESSION_FOR_THE_GIVEN_LANGUAGE:L?$

A. : {xÎ{0,1}*| x ends with 1 nd does not contain a substring 01}
B. (0+01)*
C. (0+01)*1
D. (0+01)*(1+01)
Answer» D. (0+01)*(1+01)


Discussion

No Comment Found