Pregunta de entrevista de Verizon

what are macros ?

Respuesta de la entrevista

Anónimo

14 oct 2019

A macro is a fragment of code which has been given a name. Whenever the name is used, it is replaced by the contents of the macro. There are two kinds of macros. They differ mostly in what they look like when they are used. Object-like macros resemble data objects when used, function-like macros resemble function calls.