1.

Which of the following regular expressions represents the language of strings ending in aa?

A. (a, ba)* b
B. (a, b) * aa
C. (a, b) + aa
D. (aa, ab) * a
Answer» C. (a, b) + aa


Discussion

No Comment Found