Which of the following statements is true?
(a) Function scanf does not return a value.
(b) You should never check the return value of function scanf.
(c) You should check the return value of function scanf to ensure that the value it
returns matches the number of items that should have been input.
(d)None of the above.
Which statement is true?
a) Assigning a value to a symbolic constant in an executable statement is a syntax error.
b) A symbolic constant is a variable.
c) Space is reserved for both symbolic constants and variables that hold values at
execution time.
d) Only uppercase letters can be used for symbolic constant names.
Which statement is generally false?
a) Initializing pointers is optional.
b) Dereferencing an uninitialized pointer could lead to a fatal execution time error.