Skip to content

Latest commit

 

History

History
18 lines (6 loc) · 260 Bytes

File metadata and controls

18 lines (6 loc) · 260 Bytes

Question 80

What is a macro instantiation?

Answer

When a macro name occurs in program source, it gets substituted with its body. The macro body with macro parameters substituted is called macro instantiation.

prev +++ next