

InterviewSolution
Saved Bookmarks
1. |
Which of the following are decidable problems?(a) Can a particular line of code in a program ever be executed?(b) Do two given CFG’s generate the same language(c) Is a given CFG ambiguous?(d) None of the mentionedI have been asked this question in unit test.Origin of the question is The Diagonalization Languages in section Undecidability of Automata Theory |
Answer» RIGHT OPTION is (d) None of the MENTIONED Best EXPLANATION: All of the mentioned problems are undecidable. |
|