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) *

To EXPLAIN: ZERO or SPECIFIC Expression matching can be done only by a SINGLE character that is*.



Discussion

No Comment Found

Related InterviewSolutions