menu
what are conditional statements | control statements in c
Conditional statements help you to make a decision based on certain conditions.

what are conditional statements | control statements in c

These conditions are specified by a set of conditional statements having boolean expressions which are evaluated to a boolean value true or false. There are following types of conditional statements in C.