

InterviewSolution
Saved Bookmarks
1. |
The appropriate precedence order of operations over a Regular Language is(a) Kleene, Union, Concatenate(b) Kleene, Star, Union(c) Kleene, Dot, Union(d) Star, Union, DotI got this question in quiz.The query is from Building Regular Expressions in section Regular Expressions and Languages of Automata Theory |
Answer» Correct option is (c) Kleene, Dot, Union |
|