Question 6204 – Compiler-Design
May 17, 2024
Question 8483 – Compiler-Design
May 17, 2024
Question 6204 – Compiler-Design
May 17, 2024
Question 8483 – Compiler-Design
May 17, 2024

Question 7102 – Compiler-Design

On translating the expression given below into quadruple representation, how many operations are required?

(i*j)+(e+f)*(a*b+c)

Correct Answer: B

Question 302 Explanation: 
T1 = (i*j)
T2=(e+f)
T3=(a*b)
T4= (T3+c)
T5=T2 * T4
T6=T1 + T5
Hence 6 operations are required.
A
5
B
6
C
3
D
7
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!!