Skip to main content

inline function in c

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

Popular posts from this blog

CAN INTERVIEW QUESTIONS

Qualifiers and Modifier in C

RTOS Real time operating system interview questions

CAN INTERVIEW QUESTIONS 2

What is UDS protocol

Memory mapping in c

TOP IOT PLATFORMS