what is an inline fuction??
Answers were Sorted based on User's Feedback
Answer / reegan
inline function is not end of loop function with in this
function
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / g.archana
The Inline function is mainly used for increase the speed
of programming process(or) excution.
because the inline is the key word which used in this
program, then first excute that Statement only.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a Deque?
Why main is not a keyword in c?
What is ## preprocessor operator in c?
Explain what is the difference between the expression '++a' and 'a++'?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
What are qualifiers?
What is difference between structure and union with example?
What is call by reference in functions?
How will you allocate memory to double a pointer?
What do you mean by a sequential access file?
write a program to delete an item from a particular location of an linear array?