395 views
0 votes
0 votes
Consider the following syntax directed definition 
A → BC C.i = f1(A . i) ….. I 
  B.i = f2(A . s) ….. II
  A.s = f3(B . s) ……. III
I for inherited, s for synthesized attribute which of the following is TRUE?
(1)  (I) is violating L attributed definition
(2)  (II) is violating L attributed definition
(3)  (III) is violating L attributed definition
(4)  None of these

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
1
srestha asked May 24, 2019
1,217 views
$1)$How circular queue can be implemented?$2)$ For which data structure circular queue cannot be implemented?$(A)$Array $(B)$ Singly Linked List $(C)$ Doubly Linked List...
1 votes
1 votes
1 answer
4
srestha asked Apr 11, 2019
534 views
The regular expression 0*(10*)* denote the same set as(1) (1*0)*1*(2) 0+(0+10)*(3) (0+1)*10(0+1)*(4) None of theseIsnot 1) as same as given expression?