1.

The regular expression (a | b)* denotes the set of all strings

A. with one or more instances of a or b
B. with zero or more instances of a or b
C. both ( and (
D. equal to regular expression (a* b*)*
Answer» D. equal to regular expression (a* b*)*


Discussion

No Comment Found