Saved Bookmarks
| 1. |
Which of the following regular expression identities are true1. (r + s)* = r* s*2. (r + s)* = r* + s*3. (r + s)* = (r*s*)*4. r* s* = r* + s* |
|
Answer» Answer: (r + s)* = (r*s*)* Explanation. While() Right side also realize the string. Hence the answer. |
|