Question

Which statement is true?
a) The expression ++(a + 1) adds 2 to a.
b) The expression **a multiplies a by 1.
c) The ANSI standard for the C programming language specifies the order in which each operator's operands will be evaluated.
d) The expression --(abc * 37) is a syntax error

Answer

This answer is hidden. It contains 3 characters.