1.

Generate a regular expression for the given language:l
L(x): {x {0,1}*| x ends with 1 nd does not contain a substring 01}

A. (0+01)*
B. (0+01)*1
C. (0+01)*(1+01)
D. All of the mentioned
Answer» D. All of the mentioned


Discussion

No Comment Found