Question

Which of the following statements is false?
(a) A key feature of functions like printf_s and scanf_s that makes them more secure is that they have runtime pointer constraints that are checked after attempting to use the pointers.
(b) In a scanf_s, if any of the pointer arguments (including the format-control string) are NULL, the function returns EOF.
(c) In a printf_s, if the format-control string or any argument that corresponds to a %s is NULL, the function stops outputting data and returns a negative number.
(d)None of the above.

Answer

This answer is hidden. It contains 3 characters.