what is an inline function?

Answers were Sorted based on User's Feedback



what is an inline function?..

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

what is an inline function?..

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

More C Interview Questions

What is the difference between constant pointer and pointer to a constant. Give examples.

4 Answers   TCS,


What is the use of linkage in c language?

0 Answers  


can we declare a variable in different scopes with different data types? answer in detail

3 Answers   TCS,


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


What are the ways to a null pointer can use in c programming language?

0 Answers  






What is the purpose of realloc()?

0 Answers  


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

0 Answers   KPIT,


What are the string functions? List some string functions available in c.

0 Answers  


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

0 Answers  


How can I discover how many arguments a function was actually called with?

0 Answers  


write a program in c language to print your bio-data on the screen by using functions.

0 Answers  


What is nested structure in c?

0 Answers  


Categories