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

Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

611


What is exit() function?

561


What does struct node * mean?

601


Are pointers integers in c?

611


Which is better between malloc and calloc?

669






why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

645


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1492


Explain Function Pointer?

681


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1768


Explain modulus operator.

597


How to get string length of given string in c?

607


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

764


Explain do array subscripts always start with zero?

761


What is the auto keyword good for?

625


Explain what does it mean when a pointer is used in an if statement?

617