edited by
2,118 views
1 1 vote
How to represent array expressions using DAG?

for example a=b[i]+c[j]

how to represent this using DAG?

Please log in or register to answer this question.

Position:
Show:

Related questions

0 0 votes
0 0 answers
401
401 views
samarpita asked Dec 13, 2021
401 views
https://gateoverflow.in/908/Gate-cse-2003-question-18Here ” In fact only for the L-attributed grammar made from a LL(1) grammar, we can always guarantee a bottom-up parsi...
2 2 votes
4 4 answers
1.8k
1.8k views
Hirak asked Jun 4, 2019
1,795 views
S→ A/aA→ aLL1 or not?
0 0 votes
1 answers 1 answer
3.0k
3.0k views
Hirak asked Jun 1, 2019
2,993 views
S → aSbS /bSaS / ϵS → aABb A→ c/ ϵ B → d/ ϵWhich of the following is LL1. Explain in details.
0 0 votes
0 0 answers
751
751 views
aditi19 asked Mar 29, 2019
751 views
What is the SDT to eliminate redundant parenthesis from infix expressions with * and +? what is the concept behind removal of redundant parenthesis and how to start?