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

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

0 Answers  


What is pass by reference in c?

0 Answers  


How do you write a program which produces its own source code as its output?

4 Answers  


Why doesn't C support function overloading?

2 Answers  


Is that possible to add pointers to each other?

0 Answers  






What is the use of header files?

0 Answers  


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

0 Answers   Amazon,


Can we change the value of #define in c?

0 Answers  


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

0 Answers  


Write the test cases for checking a variable having value in range -10.0 to +10.0?

0 Answers   Bosch,


Differentiate b/w Modify and Update commands giving example.

1 Answers  


What is the difference between test design and test case design?

0 Answers  


Categories