

InterviewSolution
Saved Bookmarks
1. |
What is macro?very short answer |
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. |
|