Question d’entretien chez Intel Corporation

When to use a macro vs. a function?

Réponse à la question d'entretien

Utilisateur anonyme

21 janv. 2021

Macros should be used to replace small functions in order to not use the stack unless absolutely necessary, however they present difficulties when debugging.