InterviewSolution
Saved Bookmarks
| 1. |
Which of these does not belong to CFG?(a) Terminal Symbol(b) Non terminal Symbol(c) Start symbol(d) End Symbol |
|
Answer» Right choice is (d) End Symbol The explanation is: CFG consists of terminal non terminal start symbol set of production rules but does not have an end symbol. |
|