Decision-Making Statements
3. Decision-Making Statements#
In the previous chapter, we discussed different data types and operations we can perform. A key ability of a computer is to take decisions based on a condition. In this chapter, we will discuss how to make decisions in C. We will discuss the if
, else
and else if
statements.