425 views
0 votes
0 votes
(a^n)^m b^n for  m,n>=1 is
1)DCFL 2)CFL or 3)CSL

Please log in or register to answer this question.

Related questions

1 votes
1 votes
2 answers
1
sh!va asked Jul 21, 2016
501 views
Anyone please share link for gateoverflow Facebook group
4 votes
4 votes
3 answers
2
vijaycs asked Sep 29, 2016
1,291 views
What is the time complexity of the following code snippet?sum=0; for(i=0;i<=n;i++) { for(j=1;j<=i;j++) { if(j%i==0) { for(k=0;k<=n;k++) { sum=sum+k; } } } }
0 votes
0 votes
0 answers
3
Amrata Ramchandani 1 asked Oct 30, 2017
417 views
Is there any difference between the execution of a+=2 and a=a+2 making the difference between various calls ?
0 votes
0 votes
1 answer
4
focus _GATE asked Sep 29, 2016
642 views
my ans in not matching to any option ?? i am getting 12??? is it right ??