what is an inline function?
Answers were Sorted based on User's Feedback
Answer / naveen shukla
inline function is basically a language construct which tell
the compiler to have a full function statement in the
program where the function is used
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
Is c is a high level language?
Difference between for loop and while loop?
what is the use of using linked list and array?
What are the different pointer models in c?
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
Explain what is the difference between declaring a variable and defining a variable?
What is string constants?
what is a NULL pointer?
What is a substring in c?
Describe the order of precedence with regards to operators in C.
Find occurence of a character in a sting.
Explain how can I convert a number to a string?