edited by
1,449 views
1 votes
1 votes
How to represent array expressions using DAG?

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

how to represent this using DAG?
edited by

Please log in or register to answer this question.

Related questions

2 votes
2 votes
4 answers
2
0 votes
0 votes
1 answer
3
Hirak asked Jun 1, 2019
2,033 views
S → aSbS /bSaS / ϵS → aABb A→ c/ ϵ B → d/ ϵWhich of the following is LL1. Explain in details.
0 votes
0 votes
0 answers
4
aditi19 asked Mar 29, 2019
464 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?