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.
The smallest data item in a computer, called a ________, can assume the value 0 or the
value 1
(a) bit
(b) character
(c) field
(d) digit