0 votes
0 answers
33
1 votes
0 answers
34
Comment on Statement:Operator precedence parser is a SR parser. :Thoughts:Though it uses Stack to evaluate input string is it this the reason we can call it as shift redu...
1 votes
0 answers
40
How to generalize a given sequence using generating function?If there is a given series say :1,3,4,5,7,8,10.. how to generalize this sequence?@Habib Sir Please answer thi...
3 votes
1 answer
42
Need some clarification regarding this answer Do comment please:
0 votes
1 answer
43
0 votes
0 answers
44
Any other derivation possible?
0 votes
2 answers
45
Given answer is 3. I am getting Two entries.Check it once.
0 votes
1 answer
46
Grammar :E->T+E/TT->id/id*T/(E)Is grammar LL(2)?
0 votes
0 answers
47
Here are two mealy machine that outputs "a" if "01" is encountered in the string .Can anyone tell the diffrerence among two?
2 votes
1 answer
48
How computation actually occurs in these type of questions?For ex:If I declare a=10,b=20and pass them f(a-b,a*2,b-a);Where f has signature like f(int *p,int *q,int *r).Ho...
0 votes
0 answers
50
It took me a while to solve, any hack on this?