InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Write the syntax to define a macro as a function | 
                            
| Answer» To\xa0define a macro\xa0that uses arguments, you\xa0insert\xa0parameters between the pair of parentheses in the\xa0macro definition\xa0that make the\xa0macro function-like. The parameters must be valid C identifiers, separated by commas and optionally whitespace.\xa0To\xa0define a macro\xa0that uses arguments, you\xa0insert\xa0parameters between the pair of parentheses in the\xa0macro definition\xa0that make the\xa0macro function-like. The parameters must be valid C identifiers, separated by commas and optionally whitespace. | |