InterviewSolution
Saved Bookmarks
| 1. |
Which of the following identity is wrong?(a) R + R = R(b) (R*)* = R*(c) ƐR = Rɛ = R(d) ØR = RØ = RR* |
|
Answer» Right answer is (d) ØR = RØ = RR* The best explanation: Regular grammar combined with empty does not give R* instead gives empty. |
|