Question

Which expression is true?
a) The expression a * (b + c) + c * (d + e) contains nested parentheses.
b) The expression y = a * x * x + b * x + cdoes exponentiation without an exponentiation operator.
c) The C standard library provides function power to perform exponentiation.
d) When we say evaluation of an expression proceeds from left to right we are referring to the additivity of the operators.

Answer

This answer is hidden. It contains 3 characters.