Which of the following pairs of regular expressions are equivalent?
(a) 1(01)* and (10)*1
(b) x (xx)* and (xx)*x
(c) x^+ and x^+ x^(*+)
(d) All of the mentioned
The question was asked in semester exam.
Enquiry is from Finite Automata and Regular Expressions in division Compiler Introduction of Compiler