Your Answer: No---expanded source files using the macro will get too large. . . . .

is CORRECT

Each macro statement in an application program will expand into another 1000 lines. Ten macro statements, then 10,000 lines. This could be a problem. Implementation as a procedure is a much better idea.


Click Here for next Lesson