Empresa engajada
#ifndef preprocessor directive can be used to avoid multiple inclusions of a header file. State True or False.
Sigiloso
Yes, it is True. For example the below code includes "headerfile.h" only if it is not already included. #ifndef headerfile.h #define headerfile.h #endif