adspace
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 are compound statements?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Differentiate between null and void pointers.
`write a program to display the recomended action depends on a color of trafic light using nested if statments
write a program to find out prime number using sieve case?
What is variable initialization and why is it important?
Explain the difference between null pointer and void pointer.
What is pointer to pointer in c with example?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
ATM machine and railway reservation class/object diagram
What is the difference between union and anonymous union?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
How do you convert strings to numbers in C?
What is pointers in c with example?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;