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 Program to swap two numbers

In this blog post, we learn how to write a C program to swap two numbers using a temporary variable or third variable and also without using a temporary or third variable?. We will write the C program to swap two numbers using the Arithmetic Operators, Bitwise Operators. We will also create a function two

C Program to swap two numbers Read More »