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 is sizeof int in c?
what are the 10 different models of writing an addition program in C language?
What is character set?
What is the explanation for prototype function in c?
What is a program flowchart and explain how does it help in writing a program?
What is the need of structure in c?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
what is bit rate & baud rate? plz give wave forms
Can we replace the struct function in tree syntax with a union?
What is scope rule in c?
Are global variables static in c?
Where is c used?
How is a macro different from a function?
What type of function is main ()?
What does void main return?