Question

Which statement is false?
a) The compiler uses function prototypes to validate function calls.
b) Prior to ANSI C, C did not include function prototypes.
c) A function prototype tells the compiler the type of data returned by the function, the number of parameters the function expects to receive, the types of these parameters and the order in which parameters of these types are expected.
d) The designers of ANSI C++ borrowed the notion of function prototypes from the developers of C.

Answer

This answer is hidden. It contains 3 characters.