|
| Total Answers and Comments: 4 |
Last Update: May 15, 2007 Asked by: supriya |
|
| | |
|
Submitted by: Anita When a function is executed, the control goes out of the program where the function is called. after the function execution is completed, the control again comes back to the program. In macro, while compiling the definition of the macro gets expanded in the place where macro is called, internally. So execution is faster. The control will always be in the program itself.
Above answer was rated as good by the following members: achintya | Go To Top
|