1 .  Regular expression for all strings starts with ab and ends with bba is.

  • A. aba*b*bba
  • B. ab(ab)*bba
  • C. ab(a+b)*bba
  • D. All of the mentioned 9.

Correct Answer:

ab(a+b)*bba