Question

Which statement is false?
a) Comma operators evaluate lists of expressions from right to left.
b) The value of a comma-separated list of expressions is the value of the rightmost expression in the list.
c) The type of a comma-separated list of expressions is the type of the rightmost expression in the list.
d) The comma operator is often used to specify multiple initializations in one particular type of iteration statement.

Answer

This answer is hidden. It contains 3 characters.