Question

The parentheses around the two rightmost occurrences of x in the following preprocessor directive:
#define CIRCLE_AREA(x) ((PI) * (x) * (x))
a) are always required.
b) are included to improve program readabiliy.
c) are included to eliminate bugs when an expression is substituted for x.
d) should be curly braces { }.

Answer

This answer is hidden. It contains 3 characters.