answersLogoWhite

0

A macroprocessor scans files for certain keywords given by computer code that was written to find a specific keyword. Once the macroprocessor finds the keyword, it replaces it with the value given by the computer code. For example, if a computer code was written as: #define MAX_COMPUTERS 6 int computers; for (computers = 0; computer < MAX_COMPUTERS; computers ++) The macroprocessor would scan the file for the keyword "computers" and replace it with the macro definition, 6.

User Avatar

Wiki User

10y ago

What else can I help you with?