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

Delete a Linked List node

Delete a Linked List node

In my previous article, I have discussed the introduction of linked list and linked list insertion. In this article, we will see how to delete a node from the existing linked list. Delete a Node: There are three ways to delete a node from the linked list. It depends on the user requirements. Delete a […]

Delete a Linked List node Read More »

Linked List Insertion

Linked List Insertion

In my previous article, I explained the basic concepts of a linked list along with its advantages and disadvantages. In this article, I will show you how to insert a new node into an existing linked list. Earlier, I shared an example where I created a linked list with four nodes. While that example was

Linked List Insertion Read More »