InterviewSolution
Saved Bookmarks
| 1. |
Which of the following regular expressions, each describing a language of binary numbers (MSB to LSB) that represents non-negative decimal values, does not include even values ?(A) 0*1+0*1*(B) 0*1*0+1*(C) 0*1*0*1+(D) 0+1*0*1* |
| Answer» | |