InterviewSolution
Saved Bookmarks
| 1. |
Let R1 and R2 be regular sets defined over alphabet ∑ then?(a) R1 UNION R2 is regular(b) R1 INTERSECTION R2 is regular(c) ∑ INTERSECTION R2 IS NOT REGULAR(d) R2* IS NOT REGULAR |
|
Answer» Right option is (a) R1 UNION R2 is regular The explanation is: Union of 2 regular languages is regular. |
|