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

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 »

variable in c language

Variable in C language

Do you start learning C programming? If you’re reading about the “Variable in C language”, then it is likely that you answered Yes. How many of you are looking for the answer to the below questions related to variables in C. If so, you are at the right place. What is variable in C? Does

Variable in C language Read More »