adplus-dvertising
frame-decoration

Question

Which statement is used for implementing conditional code blocks?

a.

For loop

b.

While loop

c.

Do-while loop

d.

If statement

Posted under Reverse Engineering

Answer: (d).If statement Explanation:Conditional code blocks are implemented in most programming languages using the if statement.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which statement is used for implementing conditional code blocks?