inline function is there in c language?

Answers were Sorted based on User's Feedback



inline function is there in c language? ..

Answer / kathir

No, Inline functions are introduced in C++ to avoid the
problems while using macros.
using inline functions in C++ is as equivalent as defining
a function macro.

Is This Answer Correct ?    4 Yes 0 No

inline function is there in c language? ..

Answer / srinivasroyal

no. there is no such type of function available in C-language.

Is This Answer Correct ?    0 Yes 0 No

inline function is there in c language? ..

Answer / rakshitha

No inline functions r not ther in c. its only in c++, in
c++ it is used to replace function call with the body of
the function..

Is This Answer Correct ?    0 Yes 0 No

inline function is there in c language? ..

Answer / subash

no inline function there in c language only c++ language

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

How many levels of pointers have?

0 Answers  


difference between function & structure

9 Answers   Verizon,


dynamically allocate memory for linear array of n integers,store some elements in it and find some of them

1 Answers  


What is memmove?

1 Answers   Oracle,


Can we compile a program without main() function?

0 Answers  






Why is a semicolon (;) put at the end of every program statement?

0 Answers  


Why c is called free form language?

0 Answers  


What is the difference between strcpy() and memcpy() function in c programming?

0 Answers  


What are the main characteristics of c language describe the structure of ac program?

0 Answers  


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


What is the difference between NULL and NUL?

0 Answers   Aspire, Infogain,


Explain how can type-insensitive macros be created?

0 Answers  


Categories