what is an inline fuction??

Answer Posted / reegan

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

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are multibyte characters?

637


Add Two Numbers Without Using the Addition Operator

348


Is a house a shell structure?

688


difference between object file and executable file

6085


What are structure members?

586






How can you return multiple values from a function?

621


What is the difference between fread buffer() and fwrite buffer()?

665


Write a program in c to replace any vowel in a string with z?

680


If the size of int data type is two bytes, what is the range of signed int data type?

581


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

620


Tell me about low level programming languages.

633


How do you define CONSTANT in C?

642


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

857


What is the use of function overloading in C?

663


Why does this code crash?

607