adplus-dvertising
frame-decoration

Question

What is the purpose of using conditional instructions in compilers?

a.

To branch to two different code sections

b.

To perform logic tests based on certain conditions

c.

To execute special instructions only if certain conditions exist

d.

To ignore instructions if certain conditions are not met

Posted under Reverse Engineering

Answer: (c).To execute special instructions only if certain conditions exist Explanation:Conditional instructions are used by compilers to execute special instructions only if certain conditions exist. If the conditions are not met, the processor will simply ignore the instruction and move on.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the purpose of using conditional instructions in compilers?