

InterviewSolution
Saved Bookmarks
1. |
Precedence of regular expression in decreasing order is(a) * , . , +(b) . , * , +(c) . , + , *(d) + , a , *I have been asked this question in an interview.This intriguing question originated from Regular Language & Expression in section Regular Expressions and Languages of Automata Theory |
Answer» CORRECT CHOICE is (a) * , . , + To EXPLAIN: NONE. |
|