MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPILER DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Three address code involves
A
Exactly 3 address
B
At the most 3 address
C
No unary operator
D
No assignment operator
Explanation: 

Detailed explanation-1: -The reason for the term three-address code is that each statement usually contain three addresses, two for the operands and one for the result.

There is 1 question to complete.