InterviewSolution
Saved Bookmarks
| 1. |
Automaton accepting the regular expression of any number of a’ s is ___________(a) a*(b) ab*(c) (a/b)*(d) a*b*cThis question was posed to me during an online interview.This interesting question is from Context Free Grammar in division Contextfree Grammar and Syntax Analysis of Compiler |
|
Answer» CORRECT CHOICE is (a) a* The EXPLANATION is: It GIVES any NUMBER of a’s. |
|