inline function is there in c language?
Answers were Sorted based on User's Feedback
Answer / kathir
No, Inline functions are introduced in C++ to avoid the
problems while using macros.
using inline functions in C++ is as equivalent as defining
a function macro.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / srinivasroyal
no. there is no such type of function available in C-language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / subash
no inline function there in c language only c++ language
| Is This Answer Correct ? | 0 Yes | 0 No |
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
Is boolean a datatype in c?
Explain what is the use of a semicolon (;) at the end of every program statement?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What do you understand by friend-functions? How are they used?
What is define directive?
shorting algorithmS
Three major criteria of scheduling.
What is the OOPs concept?
Please write the area of a RIGHT ANGLED TRIANGLE.
What is a macro, and explain how do you use it?