Question 811 – Software-Engineering
November 21, 2023
Question 7808 – Operating-Systems
November 21, 2023
Question 811 – Software-Engineering
November 21, 2023
Question 7808 – Operating-Systems
November 21, 2023

Question 10027 – Compiler-Design

Let the attribute ‘val’ give the value of a binary number generated by S in the following grammar:

S → L.L | L 
L→ LB | B 
B → 0 | 1 

For example, an input 101.101 gives S.val = 5.625

Construct a syntax directed translation scheme using only synthesized attributes, to determine S.val.

Correct Answer: A

A
Theory Explanation.
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!