

MCQOPTIONS
Saved Bookmarks
1. |
For the following language, an enumerator will print:
|
A. | a<sup>n</sup>b<sup>n</sup> |
B. | {ab, a<sup>2</sup>b<sup>2</sup>, a<sup>3</sup>b<sup>3</sup>, } |
C. | {e, ab, a<sup>2</sup>b<sup>2</sup>, a<sup>3</sup>b<sup>3</sup>, } |
D. | None of the mentioned |
Answer» C. {e, ab, a<sup>2</sup>b<sup>2</sup>, a<sup>3</sup>b<sup>3</sup>, } | |