what are preprocessor directives in c language
Answers
Answered by
2
The preprocessor step comes before the compilation of source code and it instructs the compiler to do required pre-processing before actual compilation.
Similar questions