Conditional Statements in C (Decision-Making)

In programming, we often need to make decisions based on certain conditions. For example, a program might need to figure out if a student has passed or failed, or check whether a number is even or odd.