Decision control structures in C include if statement, if-else statement and switch statement. These statements are useful in situations where we need to run one set of instructions under one condition and entirely different set of instructions if the condition fails.
