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

Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

664


What are the different types of C instructions?

669


What is the purpose of 'register' keyword?

683


What are the advantages of c preprocessor?

708


What is putchar() function?

633






What is indirection in c?

620


Explain is it valid to address one element beyond the end of an array?

729


Is using exit() the same as using return?

669


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

1124


Is c programming hard?

574


can any one provide me the notes of data structure for ignou cs-62 paper

1698


Explain what is gets() function?

623


Why & is used in scanf in c?

616


Is main is user defined function?

588


Under what circumstances does a name clash occur?

686