

InterviewSolution
Saved Bookmarks
1. |
What is macros |
Answer» A macro in computer science is a rule or pattern that specifies how a certain input should be mapped to a replacement output. Applying a macro to an input is macro expansion. The input and output may be a sequence of lexical tokens or characters, or a syntax tree. | |