

InterviewSolution
Saved Bookmarks
1. |
Which of the following is an incorrect regular expression identity?(a) R+f=R(b) eR=e(c) Rf=f(d) None of the mentionedThis question was addressed to me by my school principal while I was bunking the class.This intriguing question comes from Regular Languages and D-PDA topic in section Push Down Automata of Automata Theory |
Answer» Correct choice is (b) eR=E |
|