inline function is there in c language?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you avoid including a header more than once?

568


Where define directive used?

611


Where can I get an ansi-compatible lint?

646


Is this program statement valid? INT = 10.50;

690


What is structure pointer in c?

577






What tq means in chat?

584


explain what are pointers?

621


Why functions are used in c?

592


Explain what is dynamic data structure?

649


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

662


List some basic data types in c?

561


writ a program to compare using strcmp VIVA and viva with its output.

1529


When should you use a type cast?

595


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

715


What is the scope of an external variable in c?

571