InterviewSolution
Saved Bookmarks
| 1. |
What Are Macros? What Are Its Advantages And Disadvantages? |
|
Answer» Macros are PROCESSOR directive which will be replaced at compile time. The disadvantage with macros is that they just replace the code they are not function CALLS. similarly the ADVANTAGE is they can REDUCE time for replacing the same values. Macros are processor directive which will be replaced at compile time. The disadvantage with macros is that they just replace the code they are not function calls. similarly the advantage is they can reduce time for replacing the same values. |
|