题目内容

Any number of case labels may be contained within a switch statement, in any order.

查看答案
更多问题

The expression: (6 * 3 == 36 / 2) && (13 < 3 * 3 + 4) || !(6 - 2 < 5) evaluates to 1.

The simplest C selection statement is the one-way if statement.

In C any expression can be tested within a selection statement, be it a relational, arithmetic, or assignment expression, or even a function call with returned value.

Within a selection statement, an expression that evaluates to 0 or less is considered as false, while any positive is considered as true.

答案查题题库