Author name: Amlendra

I am an embedded c software engineer and a corporate trainer, currently, I am working as senior software engineer in a largest Software consulting company . I have working experience of different microcontrollers (stm32, LPC, PIC AVR and 8051), drivers (USB and virtual com-port), POS device (VeriFone) and payment gateway (global and first data).

inline function in C

In this blog post, you will learn the inline function in C and its concept. You will learn how to use inline function specifiers with function and their effect on them. We also see some programming examples to understand the inline function specifiers. So first let’s understand what is an inline function.   What is

inline function in C Read More »