Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336 Macro calls and function calls work exactly similarly. ?->(Show Answer!)
1. Macro calls and function calls work exactly similarly.
Ask Your Doubts Here
Comments
By: guest on 01 Jun 2017 06.00 pm
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.