InterviewSolution
Saved Bookmarks
| 1. |
A language L from a grammar G = { VN, Σ, P, S} is?(a) Set of symbols over VN(b) Set of symbols over Σ(c) Set of symbols over P(d) Set of symbols over SThe question was posed to me in an online quiz.Enquiry is from Finite Automata in chapter Finite Automata and Regular Expression of Compiler |
|
Answer» Right CHOICE is (b) SET of SYMBOLS over Σ |
|