advantages of macro over a function with an example
Answers
Answered by
0
Answer:
One advantage is that You can use simple small names for a number of statements. You can even define macros for functions. When writing macros for functions, they saves a lot of time that is spent by the compiler for invoking / calling the functions. Hence, The advantage of a macro over an actual function, is speed
Explanation:
hope you like the answer please mark me as brainleast
Similar questions