What is the Difference between Macro and ordinary
definition?
Answer Posted / ambar
macro is an independently executive function which executes
only when called from within the calling program . each
time it is called it takes a different parameter whearas an
ordinary defination parameters remains same till the life
of a program.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What header files do I need in order to define the standard library functions I use?
What is scope rule in c?
Are there constructors in c?
What is union and structure in c?
Why enum is used in c?
What is bss in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is queue in c?
What is function what are the types of function?
what are the 10 different models of writing an addition program in C language?
What is the difference between printf and scanf )?
How can I change the size of the dynamically allocated array?
Explain what header files do I need in order to define the standard library functions I use?
Explain pointer. What are function pointers in C?
What does %2f mean in c?