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...


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 %d used for?

0 Answers  


what is the difference between class and unio?

0 Answers   HCL, Wipro,


Differentiate between a structure and a union.

0 Answers   Zensar,


Where are some collections of useful code fragments and examples?

0 Answers   Celstream,


Are the variables argc and argv are always local to main?

0 Answers  


simple program of graphics and their output display

0 Answers   Elysium,


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

0 Answers  


Write a program for Overriding.

0 Answers  


Can i use Two or More Main Funtion in any C program.?

4 Answers  


What is else if ladder?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

2 Answers   HCL, IBM, Satyam, Vimal, Vimukti Technologies,


#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?

7 Answers   Intel,


Categories