Which statement is false?

a) Any expression in C that produces a value can be used in the deci-sion 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.

c) Assignments in C produce a value, namely the value that the left-hand side of the assignment had prior to the assignment.

Computer Science & Information Technology

You might also like to view...

In which situations would you use a self-join?

What will be an ideal response?

Computer Science & Information Technology

Which of the following are affected by an enqueue operation?

a) the count of the number of elements in the queue b)the reference to the rear of the queue c) the reference to the front of the queue d) both a) and b) are true e) all of a), b), and c) are true

Computer Science & Information Technology