Inline function in C
Inline function is nothing but it is a normal function used to increase the performance of the program.If you use the inline function in your program, an inline function will directly replace in your program.
Example :#include<stdio.h>
main()
Comments