Computer Science, asked by aryamankhanna6409, 11 months ago

System programming what are the data structures required for processing macros

Answers

Answered by Anonymous
1

Answer:

It allows the programmer to write shorthand version of a program (module programming). A macro represents a commonly used group of statements in the source program. The macro processor replaces each macro instruction with the corresponding group of source statements. This operation is called “expanding the macro”

Similar questions