Answer:
"Option C: Conditional" is the correct answer
Step-by-step explanation:
Let us see all the options one by one.
As far as iteration and loop is considered, both are almost same. Loops are used for repetitions in an algorithm. Loops have iterations.
Conditional statements are used to control the flow of a program or algorithm.
One task is done if the condition is true and an alternative is done if the condition is wrong.
Hence,
"Option C: Conditional" is the correct answer