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
How can you find out how much memory is available?
How many levels deep can include files be nested?
How do you print an address?
What are c identifiers?
Why is c faster?
What are bitwise shift operators in c programming?
What is data types?
Why is sizeof () an operator and not a function?
What is the easiest sorting method to use?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What are the different types of objects used in c?
Difference between Function to pointer and pointer to function
What do you mean by scope of a variable in c?
Why does the call char scanf work?
Is it possible to pass an entire structure to functions?