What are the advantages of Macro over function?
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 |
Explain heap and queue.
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
how to determine the complexity of an algorithm as log(n)
What does the characters “r” and “w” mean when writing programs that will make use of files?
Can one function call another?
Write a program that his output 1 12 123
write a program which will count occurance of a day between two dates.
What does the message "warning: macro replacement within a string literal" mean?
How do I get a null pointer in my programs?
How can I call a function with an argument list built up at run time?
Explain that why C is procedural?
When should a type cast not be used?