1.

Consider the following regular expressions:(a) r = a(b + a)*(b) s = a(a + b)+(c) t = aa*bChoose the correct answer from the options given below based on the relation between the languages generated by the regular expressions above:

A. L(r) ⊆ L(s) ⊆ L(t)
B. L(r) ⊇ L(s) ⊇ L(t)
C. L(r) ⊇ L(t) ⊇ L(s)
D. L(s) ⊇ L(t) ⊇ L(r)
Answer» C. L(r) ⊇ L(t) ⊇ L(s)


Discussion

No Comment Found

Related MCQs