错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Conditional Statements

  • Orhan Gazi

摘要

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.