Answer Posted / hrpynux@gmail.com
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. No time is taken up in passing control to a new function, because control never leaves the home function.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is recursion in C
What is 1f in c?
Explain how can you tell whether two strings are the same?
What are the uses of a pointer?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is structure in c language?
Explain what is output redirection?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Explain what is the concatenation operator?
Write a program to swap two numbers without using third variable?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Why isnt any of this standardized in c?
What is array within structure?
write a program to find the given number is prime or not
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)