InterviewSolution
Saved Bookmarks
| 1. |
What Is The Disadvantage Of Using A Macro? |
|
Answer» The MAJOR disadvantage associated with the macro is : When a macro is invoked no TYPE checking is performed.Therefore it is important to declare a macro coreectly so that it gives a correct answer WHENEVER it is called inside the program. The major disadvantage associated with the macro is : When a macro is invoked no type checking is performed.Therefore it is important to declare a macro coreectly so that it gives a correct answer whenever it is called inside the program. |
|