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).

c vs assembly

C vs Assembly language

In this article, I am trying to explain some criteria of language selection and describe the difference between the c and assembly language. When we start a project then language selection is big miles stone. We select the language as per our requirements. Generally, people select language on the basis of the following points. Portability: Portability is

C vs Assembly language Read More »

Static Member Function and Variable

Static Member Function and Variable

In this blog post, you will learn the static member function and its uses in C++ programming. Including the static member function, we also discuss the static member data (static member variable). But before starting this blog post let’s first understand the requirement of static member function and variable in C++. It will help you

Static Member Function and Variable Read More »