C
Programming and Technical
output?
Q. What are macros? What are its advantages and disadvantages?
A. Macro is a Pre-processor.Major advantage of using the macro is to increase the speed of the execution of the program.
Major disadvantage of the macros are:
(i) No type checking is performed in macro. This may cause error.
(ii) A macro call may cause unexpected results
Read Solution (Total 0)
C Other Question