what is an inline function?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between void main and main in c?

640


How do you sort filenames in a directory?

727


Can you tell me how to check whether a linked list is circular?

791


What is the use of function in c?

727


What is pass by reference in c?

623






What are header files in c?

631


Describe the difference between = and == symbols in c programming?

790


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1637


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3139


Write a program to check palindrome number in c programming?

608


What is header file in c?

617


What is difference between structure and union with example?

608


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

891


What are the 5 elements of structure?

581


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

1821