what is an inline fuction??
Answers were Sorted based on User's Feedback
Answer / reegan
inline function is not end of loop function with in this
function
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
What does c mean in standard form?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
please give me some tips for the placement in the TCS.
what is the difference between. system call and library function?
I came across some code that puts a (void) cast before each call to printf. Why?
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
What is a sequential access file?
How does free() know explain how much memory to release?
Differentiate between ordinary variable and pointer in c.
Can include files be nested? How many levels deep can include files be nested?
c program to input values in a table(using 2D array) and print odd numbers from them