Using the conditional-compilation idea about which you learned in
Chapter 41, explain how to use an
#ifdef
#endif
combination to ensure that the material in a
header file is provided to the compiler only once, even if the header file
is read multiple times as a source file is compiled.