InterviewSolution
Saved Bookmarks
| 1. |
Regular expressions are used to represent which language?(a) Recursive language(b) Context free language(c) Regular language(d) All of the mentionedI had been asked this question in class test.My question is based upon Obtaining the regular Expression from the Finite automata in chapter Finite Automata and Regular Expression of Compiler |
|
Answer» CORRECT choice is (c) REGULAR language To explain: Regular EXPRESSION is REPRESENTED by regular language. |
|