Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain Function Pointer?

0 Answers   Wipro,


int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?

6 Answers   TCS,


What is a stream in c programming?

0 Answers  


how to find out the reverse number of a digit if it is input through the keyboard?

6 Answers  


Why is main function so important?

0 Answers  


What is the use of the #include directive?

3 Answers  


Write a program to find the smallest and largest element in a given array in c language

11 Answers   Microsoft, Vembu,


a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21

4 Answers   TCS,


Write a program to check whether a number is prime or not using c?

0 Answers  


Explain how do you determine a file’s attributes?

0 Answers  


what is the difference between getch() and getchar()?

10 Answers   Huawei, Infosys,


Can anyone tell what is stack overflow? what precaution we should take?

1 Answers  


Categories