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:

    • C Program to Get a Digit at Any Position of a Number 68 views
    • Implement Bubble Sort in C 45 views
    • How to install Ping or Ping6 using YUM 44 views
    • How to Implement Periodic and Single Shot Timers in Linux? 39 views
    • Count Occurrences of a Substring in a String in C 38 views
    • Change a Variable from inside a C Function 32 views
    • Understanding the override Keyword in C++ 31 views
    • Method Chaining in C++ 29 views
    • Stock Analysis on Google Sheet 27 views
    • Left and Right Rotate Bits of a Number in C 26 views

    [chatbot_plugin]

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