"Why is the & (address-of) operator used with scanf() when reading integer values?
To specify the format of the input.
To store the input at the variable’s memory address.
To perform pointer arithmetic.
It is optional and does not affect the function’s behavior.