Which of the following is NOT the set of regular expression R = (ab + abb)* bbab?
(a) ababbbbab
(b) abbbab
(c) ababbabbbab
(d) abababab
The question was posed to me in exam.
This key question is from Regular Expression topic in section Compiler Introduction of Compiler