Skip to content
QnA Plus

Code, Create, Conquer: Insights, Algorithms, and Innovation

  • Home
  • Privacy Policy
  • Terms and Conditions
  • Contact
  • Contribute
  • About

Linked List

  • Home
  • Linked List
  • Page 3

C Program to Delete Linked List

Posted by By Srikanta August 12, 2019Posted inProgramming, CNo Comments
In my previous article I showed how to create a linked list. Now if you no longer need the linked list in your program, you have to delete that. Otherwise,…
Read More

How to Remove Duplicate Entries from Sorted Linked List using C Programming

Posted by By Srikanta March 12, 2017Posted inProgramming, CNo Comments
Here we'll see how to remove duplicate entries from sorted Linked List using C Programming. In the previous article we saw how to remove duplicate entries from a generic linked…
Read More

How to Remove Duplicate Entries from Linked List?

Posted by By Srikanta March 4, 2017Posted inC, ProgrammingNo Comments
Here we'll see how to write C program to remove duplicate entries from linked list. Linked list contains duplicate entries when nodes with same value appear multiple times in the…
Read More

C Program to Implement a Singly Linked List

Posted by By Srikanta February 16, 2017Posted inProgramming, CNo Comments
What is Singly Linked List? Linked List is a collection of interconnected nodes that together represent a sequence. Connected node means if you have access of a node, then you…
Read More

Detect and Remove Loop in Linked List in C

Posted by By Srikanta July 10, 2016Posted inProgramming, CNo Comments
What is Loop in Linked List? In a standard singly linked list, the last node always points to NULL. If you traverse such a linked list, the traversal will end…
Read More

Posts pagination

Previous page 1 2 3 4 Next page
Categories
  • Programming 186
    • C 105
    • C++ 70
    • Python 7
  • Technology 30
  • Networking 6
  • Database 4
  • Others 8

    Popular Posts:

    • Implement Bubble Sort in C 120 views
    • C Program to Sleep in Milliseconds 96 views
    • How to install Ping or Ping6 using YUM 94 views
    • How to Implement Periodic and Single Shot Timers in Linux? 87 views
    • Change a Variable from inside a C Function 59 views
    • C Program to Check Whether Two String are Equal 48 views
    • How to Store SVN Password in Encrypted Form in Linux 44 views
    • How to Re-Indent C Code Using Notepad++ 44 views
    • C Program to Find the Longest Word in a String 42 views
    • C Program to Print the Current File Name and Line Number 39 views

    💬
    Chat with Us!

    Copyright © 2015 - 2025 QnA Plus. All rights reserved.
    Scroll to Top
    1
    2
    2
    3
    3
    1