Sail E0 Webinar
Question

Macro calls and function calls work exactly similarly.


Options:
A .  True
B .  False
Answer: Option B

False, A macro just replaces each occurrence with the code assigned to it. e.g. SQUARE(3) 

with ((3)*(3)) in the program.

A function is compiled once and can be called from anywhere that has visibility to the funciton.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers