InterviewSolution
Saved Bookmarks
| 1. |
How many minimum states are required to find whether a string has odd number of 0’s or not?(a) 1(b) 2(c) 3(d) 4 |
|
Answer» Right answer is (b) 2 Easy explanation: 2 minimum states are required to find whether a string has odd number of 0’s or not. |
|