Conditional Statements
摘要
In this chapter, we explain conditional statements used in C programming. A conditional statement is used when a decision is to be made considering a Boolean expression called a condition. A condition may depend only on a single factor, or it can be the combination of a number of factors.