0 votes
1 answer
1
Can anyone explain why the answer is infinite time?
9 votes
3 answers
3
Whether LR(1) grammar is same as that of CLR(1) grammar. If yes then please explain and if not then what is the difference between them?
10 votes
2 answers
4
$\textbf{Eliminating indirect left-recursion}$Indirect left-recursion$S\rightarrow Aa|b$$A\rightarrow Ac| Sd |\in$
2 votes
1 answer
5
Does (P ⋁ Q) ⋀ (R ⋁ S) and (P ⋀ R) ⋁ (Q ⋀ S) are equivalentand also can we write (P ⋀ R) ⋁ (Q ⋀ S) as (P ⋁ ...
0 votes
4 answers
6
What will COUNT(*) returns if all the collection has only null values???
1 votes
2 answers
7
Is set difference operator (-) used in relational algebra associative?