Question: Explain the difference between #include and #include blue.h? Write a program that prints out the date and time is was compiled. What does the following
Explain the difference between #include
Write a program that prints out the date and time is was compiled.
What does the following macro do?
#define cc(A,B,C) (A)?(B):(C)
Write a conditional compilation statement that, depending on whether or not the symbol LOCAL is defined, includes the file string.h from the current directory (LOCAL is defined) or from the standard splace (LOCAL not defined).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
