Before compilation, our source code is expanded and stored in the file FILENAME.I, so we can open this file and check how our program is getting expanded.
Ad
Chapter - 8: The C Preprocessor
If a macro is not getting expanded as per your expectation, how will you find out how it is being expanded by the preprocessor.
Ad
Ad