Question

Which of the following is false?
a) Each variable being input in a scanf statement is generally preceded by an &.
b) Each variable being output in a printf statement is generally not preceded by an &.
c) In a printf statement, the comma that separates the format control string from the expressions to be printed is placed inside the format control string.
d) Calculations can be performed inside printf statements.

Answer

This answer is hidden. It contains 3 characters.