Question

Which statement is false?
a) Any expression in C that produces a value can be used in the decision portion of any control statement.
b) When tested for truth or falsity, an expression that produces a nonzero value is treated as true.
c) Assignments in C produce a value, namely the value that the left-hand side of the assignment had prior to the assignment.
d) Operator == is for comparisons; operator = is for assignment.

Answer

This answer is hidden. It contains 3 characters.