Answer Posted / srinivasroyal
inline function means where the function call is replaced by
the function defination.(which can be expands in a line).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does d mean?
Explain what are multibyte characters?
What is the significance of scope resolution operator?
Write a program to find factorial of a number using recursive function.
Why do we use header files in c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
What is dynamic dispatch in c++?
What is a const pointer in c?
I need previous papers of CSC.......plz help out by posting them.......
What is the purpose of ftell?
main() { printf("hello"); fork(); }
What is typedef struct in c?
What does %c do in c?
How do you override a defined macro?
Why is c fast?