Answer Posted / vishnu
Inline fuction is one which has one line of defination.
If function definiation is more than two lines of
defination it will be treated as normal fuction.
since it will be replaced at compile time it is good to use
inline function if your code is of one line
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is build process in c?
What is a structure in c language. how to initialise a structure in c?
How can I implement a delay, or time a users response, with sub-second resolution?
What is return type in c?
Why does not c have an exponentiation operator?
What are variables c?
what is event driven software and what is procedural driven software?
Differentiate between a structure and a union.
What is the easiest sorting method to use?
Write a program of advanced Fibonacci series.
What do you mean by a sequential access file?
string reverse using recursion
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Tell us two differences between new () and malloc ()?