Computer Science, asked by robinkumar7840, 11 months ago

Compare procedures and macros using suitable examples

Answers

Answered by sumit9835
0

A macro is an expression that will be substituted by its definition and inserted into a program.

A procedure is an expression that describes what the computer will do, on step at a time.

Therefore a macro can expand into a procedure.

Similar questions