Question

Which statement about the #include preprocessor directive is false?
a) It is used with programs consisting of several source files that are to be compiled together.
b) A header file containing definitions common to separate program files is often created and included in a program with #include.
c) #include header files often contain structure and union definitions, enumerations and function prototypes.
d) It includes standard library header files such as standardio.h.

Answer

This answer is hidden. It contains 3 characters.