retagged by
249 views

1 Answer

0 votes
0 votes
8 should be the answer as the comment syntax is wrong so will be considered as separate characters.

Related questions

120
views
0 answers
0 votes
Sarahcs asked May 6
120 views
directed acyclic graph(DAG)is a simplified step from the AST. Solve the following expressions by AST and DAG: X=(((a+a))+((a+a)+(a+a)))
133
views
0 answers
0 votes
Ebrahim asked May 5
133 views
Q4. Generate target code for the following source language statements : x = a + b + c * (d-e) 
95
views
0 answers
0 votes
Ebrahim asked May 5
95 views
Q2. Implement the statement a:= -b + c*(d-e) + f * (c*(d-e)) into following Intermediate code representation.  a) Quadrupleb) Triple c) Indirect Triple Solve the above Question like this example
117
views
0 answers
1 votes
Ebrahim asked May 5
117 views
1. Generate intermediate code for the following code segment. a) (x<y) and (y>z) and not z b) if(i%2==0)evensum=evensum+elseoddsum=oddsum+i;