InterviewSolution
Saved Bookmarks
| 1. |
What is the Regular Expression Matching Zero or More Specific Characters?(a) x(b) #(c) *(d) &The question was posed to me by my school principal while I was bunking the class.I need to ask this question from Finite Automata and Regular Expressions in section Compiler Introduction of Compiler |
|
Answer» The correct answer is (C) * |
|