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.


C
Sections
1
Exercises

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.


© 2021 Garbage Valuegarbage value logo