what is an inline function?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2978


What is #error and use of it?

928


Define C in your own Language.

842


Define VARIABLE?

920


Define recursion in c.

960


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3260


Explain what is a const pointer?

852


How can you be sure that a program follows the ANSI C standard?

1394


Why c is called a mid level programming language?

843


Tell me when would you use a pointer to a function?

823


How would you rename a function in C?

823


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2558


What is c system32 taskhostw exe?

804


What is restrict keyword in c?

871


How do you use a pointer to a function?

863