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 is switch in c?
What does %2f mean in c?
why TCS selected more student in the software field from all institution.
What does %c mean in c?
Explain which function in c can be used to append a string to another string?
define function
What is cohesion and coupling in c?
difference between the array and linked list general difference related to memory
How can I open files mentioned on the command line, and parse option flags?
What does the message "automatic aggregate intialization is an ansi feature" mean?
How can you convert integers to binary or hexadecimal?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }