More Preprocessor Topics:
--------------------------------------------------------------------------------------------------
1.
#include A. Library, Library
B. Library, user-created header
C. User-created header, library
D. They can include all types of file.
Answer: D
Explanation:
Both of these statement can be used to select any file.
----------------------------------------------------------------------------------------------------
2.
The C-preprocessors are specified with _________ symbol.
A. #
B. $
C. ""
D. None
Answer: A
Explanation:
The C-preprocessors are specified with # symbol.
-----------------------------------------------------------------------------------------------------
3.
The preprocessor provides the ability for _______________.
A. The inclusion of header files
B. The inclusion of macro expansions
C. Conditional compilation and line control.
D. None
Answer: D
Explanation:
The preprocessor provides the ability for the inclusion of header files, macro expansions, conditional compilation, and line control.
------------------------------------------------------------------------------------------------------
More Preprocessor Topics: