Question: Why do we openly define the constant macro PLANET_STRSIZ in the header file planet.h rather than protecting this name as one of the implementation details?
Why do we openly define the constant macro PLANET_STRSIZ in the header file "planet.h" rather than protecting this name as one of the implementation details?
If you see the following #include directives in a program, what do you assume about libraries red and blue?
#include
#include "blue.h"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
