Placement Questions - Macros and Preprocessing in C
- What are macros ?
- How should we write a multi-statement macro?
- How can I write a macro which takes a variable number of arguments?
- What is the token pasting operator and stringizing operator in C?
- Define a macro called SQR which squares a number
- What does preprocessor do ? What are the steps that takes place during the program compilation ?
- Gotcha Macro Codes
