what is macro in data structure
Answers
Answered by
1
Answer:
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” • Using macros allows a programmer to write a shorthand version of a program.
Similar questions