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 |
What is %lu in c?
how many key words availabel in c a) 28 b) 31 c) 32
why return type of main is not necessary in linux
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
what is the difference between i++ and ++i?
Are enumerations really portable?
Can a void pointer point to a function?
What are enumerated types?
write a c program to find the sum of five entered numbers using an array named number
Why do we use static in c?
What should be keep precautions while using the recursion method?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?