• retagged by
3,357 views

1 Answer

Best answer
2 2 votes
The above mentioned grammar is context free grammar which is a superset of regular grammar i.e. All regular languages are context free but all context free languages are not regular.  Thus regular grammar can be expressed as cfg.

Hope this help.

Please drop a comment in case of a query.

Thanks
• selected by
Position:
Show:

Related questions

1 1 vote
2 2 answers
637
637 views
aftab0711 asked Aug 11, 2024
637 views
Which of the following languages is/are regular?
0 0 votes
1 1 answer
538
538 views
Deepak9000 asked Nov 27, 2023
538 views
Why is C is regular as it non regular as?Please help me with this confusion
0 0 votes
1 1 answer
1.2k
1.2k views
M_Umair_Khan42900 asked Dec 29, 2022
1,246 views
Show that the following pairs of regular expressions define the same language over the alphabet I = [a, b].s(a) p(pp)*( A + p)q + q and p*q(b) A +0(0+1)* + (0+1)* 00(0+1)...