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
What is a ternary operator in c?
Are pointers integer?
Why clrscr is used after variable declaration?
What is meant by realloc()?
Under what circumstances does a name clash occur?
What is pass by reference in c?
Do you know the difference between exit() and _exit() function in c?
What is the purpose of clrscr () printf () and getch ()?
Which one would you prefer - a macro or a function?
Why we use conio h in c?
Explain the difference between structs and unions in c?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Do pointers take up memory?
What is c token?
Why n++ execute faster than n+1 ?