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 fuction??

Answers were Sorted based on User's Feedback



what is an inline fuction??..

Answer / reegan

inline function is not end of loop function with in this
function

Is This Answer Correct ?    1 Yes 0 No

what is an inline fuction??..

Answer / g.archana

The Inline function is mainly used for increase the speed
of programming process(or) excution.
because the inline is the key word which used in this
program, then first excute that Statement only.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

An array name contains base address of the array. Can we change the base address of the array?

4 Answers   NMIMS, Wipro,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


What is the difference between the expression “++a” and “a++”?

0 Answers  


What is use of integral promotions in c?

0 Answers  


Explain what is the difference between text files and binary files?

0 Answers  


What is scanf_s in c?

0 Answers  


explain what is an endless loop?

0 Answers  


what is the format specifier for printing a pointer value?

0 Answers  


how to set Nth bit of a variable?

1 Answers  


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

0 Answers  


Write a C program where input is: "My name is xyz". output is: "xyz is name My".

1 Answers   TCS,


write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

1 Answers   iGate, Shashi, Source Bits, Subex,


Categories