1. Conditional statements in C programming language are 1. if statement 2. if-else statement 3. ternary statement or ternary operator 4. nested if-else statement 5. switch statement Usage Conditional statements cause variable flow of execution of the same program, each time the program is run, based on certain condition to be true or false! For…