InterviewSolution
Saved Bookmarks
| 1. |
Consider the following language:L1 = { an+m bn am | n, m ≥ 0 }L2 = { an+m bn+m an+m |n, m ≥ 0 } Which one of the following is correct ?(A) Only L1 is Context Free Language(B) Both L1 and L2 are not Context Free Language(C) Only L1 is Context Free Language(D) Both L1 and L2 are Context Free Language |
| Answer» | |