Question 7
What does the #define directive do in C preprocessor?
Declares a variable with the value to initialize it.
Defines textual symbols which are replaced by their values before compilation.
Defines a function which may have parameters
Includes a header file.