
Selection Conditional Structures if-else’ Statements – C programming
Selection Conditional Structures if-else’ Statements – C programming A statement that is executed only when a certain condition within a program has been met is called conditional expression. The conditional expressions are mainly used for decision making. These statements let us to select one of the many possible criteria involved …