Question

Which statement is false?
a) The ANSI C standard does not specify the order in which the operands of most operators are to be evaluated.
b) The ANSI C standard specifies the order of evaluation of operators &&, ||, comma, and ?:.
c) A program that evaluates Fibonacci numbers recursively achieves high performance because of exponential complexity.
d) Programs that depend on the order of evaluation of the operands of operators other than &&, ||, comma, and ?: can function differently on systems with different compilers.

Answer

This answer is hidden. It contains 3 characters.