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 |
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
Is file a keyword in c?
What is the value of uninitialized variable in c?
to get a line of text and count the number of vowels in it
Write the control statements in C language
What is the difference between union and structure in c?
Can we declare a function inside a function in c?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Explain heap and queue.
what is software?
What is a stream in c programming?
How Many Header Files in c?