1.

For the following language, an enumerator will print:
L={anbn|n>=0}

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>, }


Discussion

No Comment Found