Preprocessor Directives in C – Part 1
A program goes from several stages before getting executed. The program we write is converted into source code by using text editor which is stored with extension .C. After that it is converted to expanded source code by using preprocessor which is stored with extension .I. Now this expanded source code is converted to object …
