-
The regular expression 0* (10)* denotes the same set as
-
- (1* 0)*1*
- 0 + (0 + 10)*
- (0 + 1)* 10 (0 + 1)*
- None of these
- (1* 0)*1*
Correct Option: D
Option (a) solves to (1*0*)1*
Option (b) solves to 0 + (0*1*0*)
Option (c) solves to 0*1*10(0*1*)
Therefore, none of the statement has the output equivalent to the given.