MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following languages over the alphabet Σ = {0,1, c}:L1 = {0n1n | n ≥ 0}L2 = {wcwr | w ϵ {0,1}*}L3 = {wwr | w ϵ {0,1}*}Here, wr is the reverse of the string w. Which of these languages are deterministic Context-free languages? |
| A. | None of the languages |
| B. | Only L1 |
| C. | Only L1 and L2 |
| D. | All the three languages |
| Answer» D. All the three languages | |