Computer Science, asked by rahul35746, 3 months ago

Write syntax and show an example of using macros as a Function?​

Answers

Answered by ishitachanda93
3

Answer:

To create a macro function, simply define a macro with a parameter that has whatever name you like, such as my_val. For example, one macro defined in the standard libraries is abs, which returns the absolute value of its parameter.

Explanation:

Similar questions