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

What is realloc in c?

0 Answers  


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

0 Answers   Wilco,


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,


What is the difference between typeof(foo) and myFoo.GetType()?

2 Answers   Synergy,


what is the use of getch() function in C program.. difference b/w getch() and getche()??

29 Answers   HCL, IBM, Infosys, TCS, Wipro,






When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

0 Answers   TISL,


biggest of two no's with out using if condition statement

5 Answers  


What is this pointer in c plus plus?

0 Answers  


What is nested structure?

0 Answers  


difference between Low, Middle, High Level languages in c ?

0 Answers   Bosch, Infosys,


List the variables are used for writing doubly linked list program.

0 Answers   Infosys, Wipro,


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

0 Answers   Google, Infosys,


Categories