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

FILE PROGRAMMING

1777


Tell me what is null pointer in c?

615


Can one function call another?

628


What is meant by int main ()?

716


List the difference between a While & Do While loops?

639






find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1529


What are unions in c?

580


What is a pointer variable in c language?

645


Why do we use namespace feature?

582


What is memory leak in c?

634


What is the mean of function?

649


How to set file pointer to beginning c?

666


code for replace tabs with equivalent number of blanks

1640


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1138


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

656